NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 37 38 39 40 41 … 193 Next »
Http Audio support

 
  • 0 Vote(s) - 0 Average
Http Audio support
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#1
2011-02-04, 09:02 AM
sub,

As it looks McBainUK has started to work on a version of the Spotify plugin, MusicSpot for the NPVR.

Is there any chance you would consider implementing http audio support similar to what has been done to video. With this enabled in NPVR the MusicSpot audio stream could be streamed to the PCH/MVP directly bypassing the WebRadio plugin.

Thanks

\\Agerdin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2011-02-04, 04:45 PM
I'm guessing he can probably already do this by passing an "http://xxxxx" filename to the PlayAudio() api?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,783
Threads: 954
Joined: May 2006
#3
2011-02-04, 04:56 PM
Hi sub, sorry my fault, I had tried this with Universe a while back and it didn't work and I assumed it was still like that, it is working fine.

Code:
2011-02-04 11:45:51.130    [DEBUG][1]    PlayMusicFiles() queueing:
2011-02-04 11:45:51.130    [DEBUG][1]     - http://172.16.3.244:9000/disk/DLNA-PNMP3-OP01-FLAGS01700000/music/O0$1$7I25/All%20My%20Heroes%20Are%20Weirdos.mp3
2011-02-04 11:45:51.130    [DEBUG][1]    Starting first track: http://172.16.3.244:9000/disk/DLNA-PNMP3-OP01-FLAGS01700000/music/O0$1$7I25/All%20My%20Heroes%20Are%20Weirdos.mp3
2011-02-04 11:45:51.827    [DEBUG][1]    Graph filter list:
2011-02-04 11:45:51.828    [DEBUG][1]     - Default DirectSound Device
2011-02-04 11:45:51.828    [DEBUG][1]     - ffdshow Audio Decoder
2011-02-04 11:45:51.828    [DEBUG][1]     - SOURCE

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#4
2011-02-04, 05:02 PM
It should work for any http audio stream that Directshow can renderer.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,783
Threads: 954
Joined: May 2006
#5
2011-02-04, 07:52 PM
sub Wrote:It should work for any http audio stream that Directshow can renderer.

Ok, that reminded me of the problem that I would have written about. I think NextPVR wants to process the URL as a filename and not a stream so it needs the extension. I expect a typical audio stream of the form http://ip/port will probably fail.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#6
2011-02-04, 08:00 PM
mvallevand Wrote:Ok, that reminded me of the problem that I would have written about. I think NextPVR wants to process the URL as a filename and not a stream so it needs the extension. I expect a typical audio stream of the form http://ip/port will probably fail.
On a PC or NMT/MVP? If you can post a log, I'll take a look.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,783
Threads: 954
Joined: May 2006
#7
2011-02-04, 08:16 PM
Both. On the PC I just see

Code:
2011-02-04 15:02:06.054    [DEBUG][1]    PlayMusicFiles() queueing:
2011-02-04 15:02:06.054    [DEBUG][1]     - http://live.str3am.com:2120
2011-02-04 15:02:06.054    [DEBUG][1]    Starting first track: http://live.str3am.com:2120
2011-02-04 15:02:08.492    [DEBUG][1]    Graph filter list:
2011-02-04 15:02:08.505    [DEBUG][1]    GetEventCode() returned: 0x000d

and on the NMT I get (before it even goes to the NMT)

Code:
011-02-04 15:05:43.723    [DEBUG][3]    User pressed: Return
2011-02-04 15:05:43.726    [DEBUG][3]    PlayMusicFiles() queueing:
2011-02-04 15:05:43.726    [DEBUG][3]     - http://live.str3am.com:2120
2011-02-04 15:05:43.726    [DEBUG][3]    Starting first track: http://live.str3am.com:2120
2011-02-04 15:05:43.884    [DEBUG][3]    StartAudioPlayback: http://live.str3am.com:2120
2011-02-04 15:05:43.894    [DEBUG][3]    file does not exist: http://live.str3am.com:2120
2011-02-04 15:05:43.894    [DEBUG][3]    OnKeyDown() complete
2011-02-04 15:05:43.894    [DEBUG][3]    MVP sending frame

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#8
2011-02-04, 08:22 PM
On the PC, if you'd started GraphEdit, and chose the Render URL, and entered 'http://live.str3am.com:2120', did it create a graph that is playable?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,783
Threads: 954
Joined: May 2006
#9
2011-02-04, 08:41 PM
No but ultimately I am not worried about the graph agerdin wants to listen to Spotify on his extenders via NPVR and it wouln't be too hard to get this working from the NMT side, if it was pass through.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Passing http headers mvallevand 5 1,101 2023-10-28, 07:55 PM
Last Post: mvallevand
  tvg-id support groenator 12 6,496 2023-08-20, 08:55 PM
Last Post: mvallevand
  Feature Request: EIT Support, plus Stop and Save Recording. Chris4877 8 1,603 2022-09-12, 12:58 AM
Last Post: mvallevand
  USTV support buntay20 60 8,468 2021-12-23, 01:53 PM
Last Post: mvallevand
  HbbTV Standard Support aderlopas 8 4,325 2020-11-08, 08:55 AM
Last Post: aderlopas
  TV Everywhere Support (Maybe via Extra) pkscout 2 1,707 2020-11-06, 07:15 PM
Last Post: pkscout
  Set a Future Notification & TVVI Support Pfmk2 1 1,095 2020-08-16, 11:15 AM
Last Post: mvallevand
  Multi-User support boringgit 0 1,250 2020-06-28, 05:49 PM
Last Post: boringgit
  Please support 4 color dot indicators for recordings on ALL NextPVR clients BrettB 2 1,922 2020-04-26, 05:31 PM
Last Post: BrettB
  Thumbnail support for .wtv and .avi files in version 5 Jimixter 2 1,882 2019-12-18, 04:29 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode