Adding properties of playbin giving errorneous pipeline

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding properties of playbin giving errorneous pipeline

Sujith reddy
Hi all.

In command line

If i type

gst-launch-1.0 playbin uri=
https://musicaudiohls-a.erosnow.com/hls/music/4/1004534/musicaudio/6089481/1004534_6089481_IPAD_ALL_multi.m3u8
audio-sink="alsa-sink device=bluealsa"


It is giving as errorneous pipeline at audio-sink.


Is there anything wrong in the command .please let me know.

Here can anyone give example of creating a  bin of audio-sink incommand line
arguements

Thanks
Sujith



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Adding properties of playbin giving errorneous pipeline

Gst-Geek
Sujith,

There is typo in your pipeline.. Alsa based sink name is alsasink.

Below pipeline worked for me...

gst-launch-1.0 playbin
uri=https://musicaudiohls-a.erosnow.com/hls/music/4/1004534/musicaudio/6089481/1004534_6089481_IPAD_ALL_multi.m3u8
audio-sink="alsasink"


I am not sure if "device" name give by you is correct. Please check it once.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel