NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 66 67 68 69 70 … 194 Next »
DVB-T Radio (and FM!)

 
  • 0 Vote(s) - 0 Average
DVB-T Radio (and FM!)
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#51
2007-10-19, 01:46 PM
cosmocat Wrote:Just feel sad my coding skills arn't up to the task. ( If it had been written in QuickBasic :-) ... )
I don't know if mine are up to it either... but there is only one way to find out... Big Grin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,514
Threads: 963
Joined: May 2006
#52
2007-10-20, 09:30 PM
I can confirm that the digital AC3 audio from HVR 1600 clear QAM is working to PVRX2 too! I find I have to tune a video channel first (the signal strength popup doesn't come up) but afterwards it works really well. It would nice to not have them in the EPG somehow and still be able tune by channel number, continuing this wishlist thread.

I haven't got it working with on the mvp mvpmc yet. It seems to streams ok, getting 200k of data seems to full short, but I still will need to work on demuxing this stream.

Martin
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#53
2007-10-21, 02:33 AM (This post was last modified: 2007-10-21, 02:50 AM by bgowland.)
Cool

I've just been sitting downstairs listening to DVB-T radio on my MVP using Music Library and a gbnetradio-0.mp3 file generated from a little exe I built.

Unfortunately, we're still talking Alpha level code here. The exe obviously wants to exit as soon as it has built and started running the DS graph so, to get it to work, it's suspended on a breakpoint in VS. Not exactly user-friendly. Big Grin

I'll call it a day at this point (3:30am and I need to eat then sleep) and I'll look at it again tomorrow.

Some more work to be done to prevent collisions with tuners that are in use and to allow normal GB-PVR use of tuners. Also embedding playback into a plugin rather than going through Music Library.

@mvallevand - if you can provide details of a graph that works for the AC3 audio streams you receive then I'll look at adding it as an option although I'm concentrating on UK DVB-T at the moment.

Cheers,
Brian

[EDIT] Got it playing back through a plugin. Sweet. Smile
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,514
Threads: 963
Joined: May 2006
#54
2007-10-21, 03:30 AM
bgowland Wrote:@mvallevand - if you can provide details of a graph that works for the AC3 audio streams you receive then I'll look at adding it as an option although I'm concentrating on UK DVB-T at the moment.

Thanks, I'm still hoping to get this working directly to avoid the mp3 conversion. I was able to do this with TSReader so am optimistic.

Martin
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#55
2007-10-21, 05:24 AM
mvallevand Wrote:Thanks, I'm still hoping to get this working directly to avoid the mp3 conversion. I was able to do this with TSReader so am optimistic.
OK. Ultimately I'm looking at setting up scheduling recordings from radio listings though. I'm personally not interested in streaming to my MVP as I have an STB which will play all of this stuff live anyway.

Streaming to MVP is just a side-effect of the development process. Smile

Cheers,
Brian
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,514
Threads: 963
Joined: May 2006
#56
2007-10-21, 05:37 AM
bgowland Wrote:OK. Ultimately I'm looking at setting up scheduling recordings from radio listings though. I'm personally not interested in streaming to my MVP as I have an STB which will play all of this stuff live anyway.

Streaming to MVP is just a side-effect of the development process. Smile

There may be a fundamental difference, I can already schedule and record from the EPG as a manual recording, (there is no EPG data available). The Cyberlink mux creates the mpeg-ps file with the AC3 data.

Martin
cosmocat
Offline

Member

Posts: 155
Threads: 20
Joined: Feb 2006
#57
2007-11-05, 10:17 PM
bgowland wrote...
Quote:[EDIT] Got it playing back through a plugin. Sweet.

Have you got any further with this?

I keep getting stuttering in the audio stream, and when I try combining the audio with a video channel from the same mux, I get no picture and still stuttering audio. ( I have been trying Radio 4 from the Mendip transmitter)
Has anybody got to the bottom of this stuttering ?

Cheers
[SIZE="2"]2.5Ghz P4 celeron, 1GB RAM, 80GB system disk, 2x 200GB + 250GB recordings disks, 3x Nova-t 90002 DVB(T) tuners, Nvidia 5200 Graphics + BlueTak and a bent paperclip! . . . . .2 x MVP , 1 x PC Client. . . 1 x Netgear MP101[/SIZE]
[SIZE="2"]98.13b + XDVD, Weather, Checkemail, Solitaire, Sudoku, System Status, Community Skin.[/SIZE]
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#58
2007-11-06, 12:26 AM
cosmocat Wrote:Have you got any further with this?
Only a small amount more - it works fine but still needs extra logic to prevent it conflicting with GB-PVR. Unfortunately work priorities have put this on the back-burner again - I'm hoping I can get back to it later this week.

Cheers,
Brian
Don't wanna, not gunna, can't make me...I'm retired.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#59
2007-11-06, 12:43 AM
cosmocat Wrote:I keep getting stuttering in the audio stream, and when I try combining the audio with a video channel from the same mux, I get no picture and still stuttering audio. ( I have been trying Radio 4 from the Mendip transmitter)
I tried adding a video stream was able to see it, but audio still jerky. bgowland suggested problem might be related to audio stream bitrate... I did a bit of testing (like you do) and that seems to be the case... 96 seems to be OK, 128 mostly works, 192... forget it.

Alex

As an aside: It looks like I could set up a pseudo channel combining BBC One video and BBC Radio Scotland audio... ideal for watching the football...Smile
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#60
2007-11-06, 02:15 AM
I may be back on track with this stuff sooner than I thought. I just found the root of a problem in another project I'm working on.

Now to find a big stick and the person who 'tweaked' something when I wasn't looking. Sad

Cheers,
Brian
Don't wanna, not gunna, can't make me...I'm retired.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Radio feed Information Pfmk2 1 1,031 2022-06-28, 08:44 PM
Last Post: mvallevand
  FM Radio Data Service bourret.brandon 2 2,291 2020-05-01, 05:27 PM
Last Post: bourret.brandon
  "Now playing" for music radio smiffypr 9 3,401 2019-12-16, 12:43 PM
Last Post: martint123
  DAB Radio Alpanther 9 7,446 2018-12-24, 07:02 PM
Last Post: zbuzanic
  Better playback of radio recordings JP23 7 4,389 2018-06-17, 07:26 PM
Last Post: pBS
  Please support Hauppauge HVR-2550 FM Radio Tuner MFaklis 5 4,904 2016-07-28, 08:46 PM
Last Post: sub
  Change default "Play" command for digital radio stations to Listen instead of Watch McBainUK 3 2,211 2012-08-19, 04:47 PM
Last Post: sub
  Make 'listen' the default action for play button on radio stations. fuzzweed 1 1,752 2012-04-13, 08:51 AM
Last Post: McBainUK
  Don't Show Radio Programs in Search if Hide Radio Channels from epg is ticked Lao Pan 3 2,376 2012-02-18, 01:59 PM
Last Post: Lao Pan
  plugin and/or support for the Thanko Raremono am/fm/sw usb radio chesterusob 0 1,896 2011-04-05, 12:11 PM
Last Post: chesterusob

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

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

Linear Mode
Threaded Mode