Add internet radio
Added by Josu Lazkano almost 8 years ago
Hello,
I want to add a internet radio station: RAC105
Here is the PLS: http://rac105.org/audio/nou_rac105.pls
And here the streaming URL inside the PLS: http://streaming105.radiocat.net:80
I try both in IPTV Automatic Network, but there is no services found. I can play the stream with VLC and works well.
Could you help please?
Kind regards.
Replies (5)
RE: Add internet radio - Added by Mark Clarkstone almost 8 years ago
The stream needs to be in an mpegts container, you can use something like ffmpeg to "transcode" it, see Custom_MPEG-TS_Input.
RE: Add internet radio - Added by Josu Lazkano almost 8 years ago
Thanks,
But how could add it? as IPTV Network or IPTV Automatic Network?
I don't have installed ffmpeg, so need I install?
Best regards.
RE: Add internet radio - Added by Mark Clarkstone almost 8 years ago
If it's just the one, I think IPTV Network should work, and yes you'll need to install ffmpeg.
RE: Add internet radio - Added by K Shea almost 8 years ago
This may help:
How to add NOAA weather radio (or another streaming radio station) as a radio channel in TVHeadEnd
https://freetoairamerica.wordpress.com/2015/12/31/how-to-add-noaa-weather-radio-or-another-streaming-radio-station-as-a-radio-channel-in-tvheadend/
RE: Add internet radio - Added by Josu Lazkano about 7 years ago
Hello,
Sorry for the late reply.
I add a IPTV network and put this in the mux:
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://streaming105.radiocat.net:80 -vn -acodec aac -flags +global_header -strict -2 -metadata service_provider=RAC105 -metadata service_name=RAC105 -f mpegts -mpegts_service_type digital_radio pipe:1
Regards.