linux - how can I stream internet radio with gstreamer - Stack Overflow

I have a raspberry pi with bookworm lite, I would like to stream an internet radio station using gstrea

I have a raspberry pi with bookworm lite, I would like to stream an internet radio station using gstreamer from the command line There must be some plugin that can do this. Specifically I'd like to stream which is KCRW. I know this works gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink. I just need to replace the audiotestsrc with the radio station

I have a raspberry pi with bookworm lite, I would like to stream an internet radio station using gstreamer from the command line There must be some plugin that can do this. Specifically I'd like to stream https://streams.kcrw/e24_mp3 which is KCRW. I know this works gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink. I just need to replace the audiotestsrc with the radio station

Share Improve this question asked Mar 8 at 16:09 CrabbyPeteCrabbyPete 5349 silver badges20 bronze badges 2
  • Just sayin' - but for VLC: cvlc -I rc --rc-host localhost:3030 https://streams.kcrw/e24_mp3 – g00se Commented Mar 8 at 16:16
  • I setup speakers on the pi so this does not work locally – CrabbyPete Commented Mar 8 at 23:54
Add a comment  | 

2 Answers 2

Reset to default 1
gst-launch-1.0 playbin uri=https://streams.kcrw/e24_mp3

or

gst-play-1.0 https://streams.kcrw/e24_mp3

gst-launch-1.0 souphttpsrc location=https://streams.kcrw/e24_mp3 iradio-mode=true ! icydemux ! decodebin ! audioconvert ! autoaudiosink

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744892056a4599474.html

相关推荐

  • linux - how can I stream internet radio with gstreamer - Stack Overflow

    I have a raspberry pi with bookworm lite, I would like to stream an internet radio station using gstrea

    2天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信