Skip to content
New issue

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

[BUG]Srt not working with gstreamer 1.16 #2576

Closed
Winneee opened this issue Dec 8, 2022 · 1 comment
Closed

[BUG]Srt not working with gstreamer 1.16 #2576

Winneee opened this issue Dec 8, 2022 · 1 comment
Labels
Type: Bug Indicates an unexpected problem or unintended behavior

Comments

@Winneee
Copy link

Winneee commented Dec 8, 2022

Hi,
Below is the pipeline , using which i'm trying to stream using srtsink. it only works if GST_DEBUG=5, other then that state of each element is playing with no error.
gst-launch-1.0 --gst-debug=3 rtspsrc location="rtsp://admin:admin@localhost/live.sdp" latency=0 short-header=TRUE name=demux demux. ! rtph265depay ! queue ! video/x-h265, stream-format=byte-stream,alignment=au,profile=baseline ! mpegtsmux name=mux1 ! srtsink uri=srt://:5555 demux. ! queue ! rtpmp4adepay ! aacparse ! mux1.

@Winneee Winneee added the Type: Bug Indicates an unexpected problem or unintended behavior label Dec 8, 2022
@maxsharabayko
Copy link
Collaborator

Duplicates #2445

@maxsharabayko maxsharabayko closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants