We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: