Replies: 2 comments
|
Chrome requires the vps&pps&sps to be packetize as an single rtp packet (Aggregation), you can check if they are sent as individual packets. |
0 replies
|
@skmax can you please share your sdp , also check if the key frames are receved in chrome://webrtc-internals |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to stream H.265 video from GStreamer to Chrome (v136) using Pion WebRTC (v4.1.1), based on the gstreamer-send example:
👉 https://github.com/pion/example-webrtc-applications/blob/master/gstreamer-send
My GStreamer pipeline is:
gst-launch-1.0 rtspsrc location=rtsp://192.168.0.115:8554 ! rtph265depay ! decodebin ! videoconvert ! video/x-raw ! appsink name=appsinkI do see packetsReceived and incoming RTP packets in chrome://webrtc-internals, but no frames received.
A few questions:
Any guidance or working examples would be greatly appreciated!
Thanks!
All reactions