Skip to content

srt only working if gst debug level is 5 #2445

@gorleabhinav

Description

@gorleabhinav

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

No one assigned

    Labels

    Type: BugIndicates an unexpected problem or unintended behavior[third-party]Area: Issues with SRT in third-party projectshelp wantedIndicates that a maintainer wants help on an issue or pull request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions