Open schneidersoft opened 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.
I am using https://github.com/GStreamer/gst-rtsp-server to produce the rtsp stream:
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.