Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recording a radio station
09-02-2023, 15:55
Post: #1
Recording a radio station
I can't get the record working. It says the id is incorrect. I put an asterisk before the web url but it doesn't accept it. What do I use for the streamer I'd?
Find all posts by this user
Quote this message in a reply
09-02-2023, 16:57
Post: #2
RE: Recording a radio station
You can use any alphanumeric string for the stream ID. For example, if you have a playlist containing these lines:

Code:
#EXTINF:-1,[R3;aac,48000] BBC Radio 3
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_three.mpd

it would show in your control point as

[R3] BBC Radio 3

and you can start a recording by setting stream.record to:

R3

To ensure you have a predictable fixed stream ID for making recordings, you should not use an asterisk for the stream ID. The asterisk is intended as a convenience for streams that will not be recorded. If you use an asterisk, MinimStreamer creates an arbitrary unique string to use for the stream ID. You will see this string (for example, $1) when you browse the playlist using MinimServer. The string should work for recordings but it might change when you edit your playlists.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)