NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
1 2 3 4 5 … 93 Next »
Windows FM Radio support in v5.

 
  • 0 Vote(s) - 0 Average
Windows FM Radio support in v5.
pkscout
Offline

Senior Member

USA
Posts: 427
Threads: 48
Joined: May 2014
#121
11 hours ago
I'm trying to get internet radio working in my Docker container with the nextradio stuff, but the zip I found doesn't have the sh files, just the batch files. I saw a mention in this thread of something on the beta forum, but I don't seem to have access to that. Is there somewhere I can get the sh files? If push comes to shove I can probably figure out what the batch file is doing and write an sh file, but I'd like to not duplicate work that has already been done.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 44,835
Threads: 862
Joined: May 2006
#122
11 hours ago
I never finished NextRadio for Linux given nobody wanted it before. Only SDR radio and Analog radio are working ok. Looking at what I did for Windows try this. This takes the last line when multiple lines are available.

Code:
mapfile -t radiotime < <(curl -s "http://opml.radiotime.com/Tune.ashx?id=$1&formats=mp3,aac")
ffmpeg -v panic -i "$radiotime" -acodec aac -ab 256000 -f mpegts -

Don't forget to chmod +x the file and the install script won't work in Dockers without python3

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (13): « Previous 1 … 9 10 11 12 13
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  FM tuner support in NextPVR? Goongyae 2 211 2022-11-23, 01:22 PM
Last Post: mvallevand
  IPTV like stream from Sound Card input - FM Radio Project NumberFive 3 141 2022-11-20, 04:28 PM
Last Post: mvallevand
  IPTV Pretuning and Internet Radio mvallevand 5 2,124 2019-02-04, 12:02 AM
Last Post: mvallevand
  Problems with Windows UWP App spitefulgod 4 3,034 2016-12-15, 08:35 PM
Last Post: spitefulgod
  Any ideas about programming for Windows Firewall? bgowland 4 4,462 2014-04-10, 09:05 AM
Last Post: bgowland
  Windows Shortcuts ACTCMS 4 1,917 2012-03-24, 12:22 AM
Last Post: mvallevand
  Creating a Windows service McBainUK 8 2,404 2011-03-30, 03:29 AM
Last Post: mvallevand
  Which channel logo image formats does npvr support? bgowland 2 1,508 2011-03-06, 05:43 AM
Last Post: bgowland
  Webservice API to support Android App development Barsk 4 2,511 2010-10-19, 07:31 AM
Last Post: Barsk
  Using Windows file system shortcuts ACTCMS 0 1,391 2010-01-26, 11:45 PM
Last Post: ACTCMS

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode