[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
TV Jukebox
01-02-2011, 12:25 PM
Post: #136
RE: TV Jukebox
I have downloaded and used the play method of the DavidBox as described in the API documentation. I did it with a direct link instead of compiling it to be a flash component.

I got the same results. I took times: 45 seconds to connect and start play the DVB stream. I am not familiar with the internals, but I doubt if using this command from a flash container will produce better results.
Find all posts by this user
Add Thank You Quote this message in a reply
03-09-2011, 07:57 AM
Post: #137
RE: TV Jukebox
I have finally managed to try this with flash application. As I suspected, the delay in starting to watch the live feed is roughly the same. I have measured 35 seconds.

The bright side is that with flash application we can reduce the number of clicks to a minimum when changing channels. I am going to try this.

I will also try to use dvbstream and play the stream from network instead from the device file directly. Maybe it will make a difference and reduce the time to start playing live content.
Find all posts by this user
Add Thank You Quote this message in a reply
03-26-2011, 09:40 PM
Post: #138
RE: TV Jukebox
Hi all,

I have done some nice flash application to replace the html UI for selecting channels. I have also added the feature to view EPG data, if available.

Anyone interested in source code and/or details, post here or contact me directly. I have it compiled for 200 series, but it is easy enough to compile for the 100 series.

It still has the annoying delay of 30-45 seconds, but it has less clicks.

All the best.

Zohar
Find all posts by this user
Add Thank You Quote this message in a reply
04-16-2011, 01:19 PM
Post: #139
RE: TV Jukebox
It's possible make streaming from USB TV tunner? Or has uPnP support? To allow swithc channel from another PC?
Find all posts by this user
Add Thank You Quote this message in a reply
04-17-2011, 01:35 PM
Post: #140
RE: TV Jukebox
(04-16-2011 01:19 PM)akelavlk Wrote:  It's possible make streaming from USB TV tunner?

I tried, but so far with limited success. There are dvbstream and dvblast applications that should do this, but I never managed to complete migration, proper build and operation.

(04-16-2011 01:19 PM)akelavlk Wrote:  Or has uPnP support? To allow swithc channel from another PC?

Switching channel is done by writing directly to the driver. It can be done using a proxy. I think dvblast offers this capability.

Why do you want to do that? If you want to watch the stream on a PC or laptop, you should not put it on the PCH.
Find all posts by this user
Add Thank You Quote this message in a reply
08-11-2011, 12:09 AM (This post was last modified: 11-09-2011 12:14 AM by pyn.)
Post: #141
RE: TV Jukebox
Hi all,

I've managed to compile the modules for the USB stick AverTV Volar HD Pro (A835) and everything seems to load correctly:

Quote:dvb_core: No versions for exported symbols. Tainting kernel.
i2c_core: No versions for exported symbols. Tainting kernel.
dvb_usb: No versions for exported symbols. Tainting kernel.
usbcore: registered new driver dvb_usb_af9035
usb 1-1: new high speed USB device using tangox-ehci-hcd and address 2
dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-af9035-01.fw'
dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Avermedia AverTV Volar HD & HD PRO (A835))
af9033: firmware version: LINK:11.15.10.0 OFDM:5.48.10.0
DVB: registering adapter 0 frontend 0 (Afatech AF9033 DVB-T)...
tda18218_attach: driver disabled by Kconfig
dvb-usb: Avermedia AverTV Volar HD & HD PRO (A835) successfully initialized and connected.

The problem I'm facing is that the tv_scan can't find any channels:

Quote:/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/tv_jukebox/tv_jukebox # ./tv_scan -e 754000000 -s

tv_scan v0.01
=============

adapter = 0
frontend = 0
demux = 0
channel_list = channels.xml
scan = 1
frequency = 754000000
tune = 0
lcn = 1
service_id = ffffffff
service_name =


tuning to: 754000000 ...
status 00 | signal 0% | snr 0% | ber 0 | unc 0 |
status 00 | signal 0% | snr 0% | ber 0 | unc 0 |
status 00 | signal 0% | snr 0% | ber 0 | unc 0 |
...
...
and it keeps there forever...

I can't find where I'm doing it wrong...


Quote:tda18218_attach: driver disabled by Kconfig
EDIT: Problem was this!



Thanks

EDIT: Solved the tv_scan problem. Compiled the tuner module and now I can scan and tune.

IT WORKS!!!

Thanks everyone!



EDIT2:
Looks like the pch-a110 can't decode the audio from the stream. Anyone have any suggestion?
(Portuguese DVB-T / mpeg4)

The audio is supposed to be AAC. Shoudn't the pch decode it?

EDIT3:
Audio is AAC HE which seem that pch-a110 can't decode... too bad...


PS: PCH-A110 here
I can share the compiled modules if anyone needs.
Find all posts by this user
Add Thank You Quote this message in a reply
12-13-2011, 09:02 PM
Post: #142
RE: TV Jukebox
(08-11-2011 12:09 AM)pyn Wrote:  PS: PCH-A110 here
I can share the compiled modules if anyone needs.

Im from Portugal to, and also with a avertv usb waiting to watch tv!!
I have one egreat with a100 firmware.

So can i use avermedia stick to watch dvb-t on a100?

i dont have skills in Linux...CSI aplication would be just perfect.
Anyone?

kind regards
Goahead
Find all posts by this user
Add Thank You Quote this message in a reply
12-14-2011, 05:11 PM (This post was last modified: 12-14-2011 05:12 PM by dc11ab.)
Post: #143
RE: TV Jukebox
(08-11-2011 12:09 AM)pyn Wrote:  PS: PCH-A110 here
I can share the compiled modules if anyone needs.

Please do!

Note that the NMT Wiki can host binaries too;
networkedmediatank.com/wiki Wrote:Maximum file size: 64 MB
Permitted file types: png, gif, jpg, jpeg, tar, tgz, zip, gz.

I think it's changed so that users on this board can login with the same credentials on the NMT Wiki too.

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
Add Thank You Quote this message in a reply
01-05-2012, 12:39 PM
Post: #144
RE: TV Jukebox
so, where are the compiled drivers then?
Find all posts by this user
Add Thank You Quote this message in a reply
03-06-2012, 03:16 PM
Post: #145
RE: TV Jukebox
(01-05-2012 12:39 PM)netblues Wrote:  so, where are the compiled drivers then?

If you have a compatible model of pch and dvb stick, you can ask someone to send you. Otherwise, you need to take the long road and compile it yourself. There is no central place to download the drivers from.
Find all posts by this user
Add Thank You Quote this message in a reply
03-06-2012, 03:45 PM
Post: #146
RE: TV Jukebox
(03-06-2012 03:16 PM)zofer Wrote:  
(01-05-2012 12:39 PM)netblues Wrote:  so, where are the compiled drivers then?

If you have a compatible model of pch and dvb stick, you can ask someone to send you. Otherwise, you need to take the long road and compile it yourself. There is no central place to download the drivers from.

Can you share with us the drivers that you already compiled?
I have a dib0700 based tuner, I supposed you have compiled the drivers for this one, right?
Find all posts by this user
Add Thank You Quote this message in a reply
10-02-2012, 12:22 AM
Post: #147
RE: TV Jukebox
Hi,

It's been a long time since I didn't come to the forum.

With the frustration of the a110 not being able to play aac-he audio and being a pain to switch channels, I ended up buying a new box with dvb-t + dvb-s2 that I also use as media player now (azbox premium hd+).

What suprises me is that this azbox has the same* sigma chip and plays aac-he perfectly...

Anyway, I've found a package which I think it is the modules I compiled back then.

Available at:

http://www.4shared.com/zip/blnR0z59/a835...ivers.html

Pyn




*same = smp8634(azbox) vs smp8635(pch-a110) which means same sh*t - according to this brochure (http://www.sigmadesigns.com/uploads/docu...30_br.pdf) the only difference is that the smp8635(pch-a110) is a non-macrovision version. In summary, I just don't understand why the a110 doesn't support aac-he (I guess the a110 developers didn't bother about it Sad )
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Any music jukebox that syncs with itunes? superflysocal 0 851 07-04-2012 02:57 PM
Last Post: superflysocal
  jukebox to work with sickbeard artwork phenz 4 1,420 12-07-2011 12:26 AM
Last Post: phenz
Brick Building Freenas box to work with PCH and My Lil Movie Jukebox Casuall 10 5,287 07-17-2011 04:23 AM
Last Post: Casuall
  Jukebox automator tiwas 58 26,062 02-14-2011 02:39 PM
Last Post: tiwas
  NFO Manager v1.0.4 Beta Released Nov 11th - With Dynamic JukeBox vaidyasr 76 31,377 01-12-2011 02:12 PM
Last Post: mfsav2
  MyLil Movie Jukebox no index html file? whyioughta 2 1,889 12-07-2010 03:08 AM
Last Post: whyioughta
  Controlling Jukebox from PC harrykausl 0 1,169 11-02-2010 12:49 PM
Last Post: harrykausl
  taimador - standalone dynamic jukebox rony 11 4,784 02-28-2010 07:00 PM
Last Post: rony
Information [Solution] Autoload Jukebox with availability to use normal menu Lufa 0 1,364 09-25-2009 11:19 PM
Last Post: Lufa
  Video Jukebox, Thumbnails for Home Video? oatnog 3 2,466 08-23-2009 12:02 AM
Last Post: eummagic

Forum Jump: