I am in the process of setting up Ant Media Community Edition on a personal server for private use and am running into an issue.
I am redirecting an internal IP camera RTSP stream to HSL via "Live Streams" for outside the internal network viewing (cannot seam to get IP camera to work even though cameras are supposedly ONVIF compliant). I have it setup with HTTPS and use HAProxy on my firewall to redirect/pass though SSL traffic from 443 to 5443 on server.
However, other players do not seem to work. I tested with a player app using Swift AVPlayer, and it doesn't play there (although other 3rd-party m3u8 sources play with test app).
I tested today with VLC to see if I could help diagnose the problem and was able to view error messages on the stream. Even though it apparently connects and finds the m3u8 file fine, it then crashes saying it cannot access the ts segment.
Here is snippet from error log (information scrubbed for privacy)
main debug: `https://<SERVER_NAME>:443/LiveApp/streams/<STREAM_ID>.m3u8' successfully opened
Question
Lwatkins Brw
main debug: no demux modules matched
adaptive error: Failed to create demuxer 00000000 TS
main debug: EOF reached
main debug: removing module "adaptive"
main debug: removing module "record"
main debug: removing module "prefetch"
main debug: removing module "access"
main debug: dead input
main debug: changing item without a request (current 0/1)
main debug: nothing to play
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
May 6
1
May 15
1
Top Posters For This Question
Selim Emre 1 post
Lwatkins Brw 1 post
Popular Days
May 6 2019
1 post
May 15 2019
1 post
1 answer to this question
Recommended Posts