You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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=appsink
I 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!
Beta Was this translation helpful? Give feedback.
All reactions