ISDB-T devices: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(cut and export USB based ISDB-T device info to new "ISDB-T USB Devices" article)
(Setup temporary Info section which can be removed when warranted)
Line 5: Line 5:
*[[ISDB-T PCMCIA Cards]] (PC Card/CardBus, ExpressCard)
*[[ISDB-T PCMCIA Cards]] (PC Card/CardBus, ExpressCard)


== Temporary Section ==
Support for ISDB-T devices is currently in its infancy under Linux, having only been added to the [[S2API|Linux DVB S2API]] in September 2009. The number of drivers and supported devices will surely grow in time.


===How do I make ISDB-T devices work with the current dvb-apps version? ===
[[Category:Hardware|!ISDB-T devices]]
Currently, some changes are needed within the [[LinuxTV dvb-apps|dvb-apps]] in order to support the new DVBS2API parameters for ISDB-T. Until those changes are implemented there, and within userspace apps, you will need to use the DVB-T format.
[[Category:ISDB-T|!ISDB-T devices]]

Currently, There are one driver that support ISDB-T:

== ISDB-T open source drivers ==
=== dibcom ===
The dib0700 implements the new DVBS2API to allow finer control at the ISDB-T parameters.

====Devices====
- [http://www.linuxtv.org/wiki/index.php/ISDB-T_Devices#PixelView_PlayTV_USB_SBTVD PixelView PlayTV USB SBTVD]<br>
- [http://www.linuxtv.org/wiki/index.php/ISDB-T_Devices#Evolutepc_TVWay.2B Evolutepc TVWay+]

=== pt1 ===
Earthsoft PT1 Driver
==== Devices ====

=== em28xx ===
==== Devices ====
- [http://www.linuxtv.org/wiki/index.php/ISDB-T_Devices#Leadership_ISDB-T Leadership ISDB-T]
- [http://www.linuxtv.org/wiki/index.php/ISDB-T_Devices#Multilaser_ISDB-T Multilaser ISDB-T]

== How to make it work with the current dvb-apps version? ==

Some changes are needed at dvb-apps in order to support the new DVBS2API parameters for ISDB-T. While those changes aren't implemented there and at the userspace apps, you need to use the DVB-T format.


In the case of ISDB-T, the current implementations (Brazil and Japan) use 6 MHz bandwidth with the same [[ISDB-T Frequency Table]]. In the future, this is likely to change.
In the case of ISDB-T, the current implementations (Brazil and Japan) use 6 MHz bandwidth with the same [[ISDB-T Frequency Table]]. In the future, this is likely to change.
Line 38: Line 17:


Then, a DVB-T userspace application can be used to play the stream. In the case of Brazil, the application needs to support H.264 for video, HE-AAC for audio, and PMT tables at the mpeg-ts. Currently, only vlc and the newest development versions of mplayer are known to support. However, some stream types are known to not work with none of those two applications, due to some existing bugs.
Then, a DVB-T userspace application can be used to play the stream. In the case of Brazil, the application needs to support H.264 for video, HE-AAC for audio, and PMT tables at the mpeg-ts. Currently, only vlc and the newest development versions of mplayer are known to support. However, some stream types are known to not work with none of those two applications, due to some existing bugs.


[[Category:Hardware|!ISDB-T devices]]
[[Category:ISDB-T|!ISDB-T devices]]

Revision as of 19:52, 27 September 2009

Temporary Section

Support for ISDB-T devices is currently in its infancy under Linux, having only been added to the Linux DVB S2API in September 2009. The number of drivers and supported devices will surely grow in time.

How do I make ISDB-T devices work with the current dvb-apps version?

Currently, some changes are needed within the dvb-apps in order to support the new DVBS2API parameters for ISDB-T. Until those changes are implemented there, and within userspace apps, you will need to use the DVB-T format.

In the case of ISDB-T, the current implementations (Brazil and Japan) use 6 MHz bandwidth with the same ISDB-T Frequency Table. In the future, this is likely to change.

For the device to work, the first step is to seek for the existing channels. This is done by running the 'scan' application:

 scan FrequencyTable >channels.conf

Then, a DVB-T userspace application can be used to play the stream. In the case of Brazil, the application needs to support H.264 for video, HE-AAC for audio, and PMT tables at the mpeg-ts. Currently, only vlc and the newest development versions of mplayer are known to support. However, some stream types are known to not work with none of those two applications, due to some existing bugs.