Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins
Apache License 2.0
2.61k stars 598 forks source link

stream stalls after 0.5 second. #200

Open schneidersoft opened 3 weeks ago

schneidersoft commented 3 weeks ago

I am using https://github.com/GStreamer/gst-rtsp-server to produce the rtsp stream:

./test-launch "( videotestsrc ! x264enc ! rtph264pay name=pay0 pt=96 )"

I can then launch the player in the browser. I can see a still image, and after clicking it I see 0.5 second of video.

I can see that the web-socket is streaming but see that the NALUAsm is not able to parse any valid units.

How to solve? Any help is appreciated.