-
Notifications
You must be signed in to change notification settings - Fork 905
Open
Labels
Type: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior[third-party]Area: Issues with SRT in third-party projectsArea: Issues with SRT in third-party projectshelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Milestone
Description
I am facing some weird issue while streaming with srt, I am not sure this issues is related gstreamer or srt library.
Pipeline1:
gst-launch-1.0 --gst-debug=srt*:5 rtspsrc location="rtsp://admin:admin@localhost/live.sdp" short-header=TRUE name=demux demux. ! rtph265depay ! queue ! video/x-h265 ! mpegtsmux name=mux1 ! srtsink uri=srt://:8888 demux. ! queue ! rtpmp4adepay ! aacparse ! mux1.
Pipeline2:
gst-launch-1.0 rtspsrc location="rtsp://admin:admin@localhost/live.sdp" short-header=TRUE name=demux demux. ! rtph265depay ! queue ! video/x-h265 ! mpegtsmux name=mux1 ! srtsink uri=srt://:8888 demux. ! queue ! rtpmp4adepay ! aacparse ! mux1.
Pipeline1 is working:
able to see the video stream on vlc player.
Pipeline2 is not working:
there is no error while playing Pipeline2, but not getiing any video on vlc player.
The difference between pipelines is Pipeline1 has --gst-debug=srt*:5 and Pipeline2 does not has the set debug level.
version details:
gstreamer vesrion: 1.16.2
srt version: 1.5.0
how can we fix this issue ?
any help would be appreciated.
Metadata
Metadata
Assignees
Labels
Type: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior[third-party]Area: Issues with SRT in third-party projectsArea: Issues with SRT in third-party projectshelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request