Questions tagged [dvb]

DVB - a set of digital TV standards from the Digital Video Broadcasting Project

The DVB Project is a industry consortium that develops specifications for digital television systems, which are turned into standards by international standards bodies such as ETSI or CENELEC. DVB's open technical standards cover a broad range of of digital TV technologies for the delivery of digital TV over satellite, cable, terrestrial, and IPTV, as well as other broadcast services.

The DVB consortium is composed of manufacturers, software developers, network operators, broadcasters and regulators. It's specifications are available free of charge from the DVB standards page. One of the more prominent specifications is the one that describes DVB Service Information (DVB-SI), i.e. tables, descriptors, etc. in DVB systems; it's name is ETSI EN 300 468.

Links:

87 questions
0
votes
1 answer

How to capture stream from dvb-s card on windows?

I need to programmatically capture video directly from a dvb-s/s2 (NOT DVB-T) pci card including accessing the card and recording the video into a file. I'm hoping to turn this into a command line program and .NET or Python would be preferable.
0
votes
0 answers

How to render DVB Bitmap subtitles in iOS? Which API should be used?

Following link provides how to get the list of DVB Bitmap subtitles. But after getting the list of subtitles how to render it on iOS device? which API call must be used? Does AVPlayer support DVB Bitmap subtitles?
0
votes
1 answer

How to debug TVHeadend "scan no data, failed"

I have compiled the driver for my Geniatech T230C DVB-T2 USB receiver according to https://www.linuxtv.org/wiki/index.php/Geniatech_T230C and it seems to work. But when I try to scan for channels with TVHeadend 4.0.8 on my Raspbian Jessie system…
Frank Breitling
  • 942
  • 1
  • 10
  • 27
0
votes
1 answer

How to show info about DVB (Digital Video Broadcast) cards in the system

Which Bash commands are beneficial to display the information about all DVB cards (dvb-t, dvb-s, ...) connected the system (via any port: usb, pci, ...)? My needed info is: name, type, frequency, number of tuners per card.
Rohullah Rajaee Rad
  • 571
  • 2
  • 9
  • 33
0
votes
2 answers

Transport stream frequency in DVB

In dvb: the receiver has to know which frequency the new transport stream is being broadcast on (and this alone is not trivial). Second, the receiver has to tell the tuner to change to the new frequency. My question is how the receiver knows which…
Mouin
  • 1,025
  • 4
  • 19
  • 33
0
votes
1 answer

Linux LibdvbV5 EIT grabbing - not getting enough days

I'm just starting to write some (C++) code on a Ubuntu 14.04.4 system to access DVB streams via a DVB TV USB tuner. I'm using libdvbv5. I'm in the UK using terrestrial freeview. Trying to grab the off-air event information (EIT). Managed to do so -…
nmw01223
  • 1,611
  • 3
  • 23
  • 40
0
votes
0 answers

Accessing USB avermedia DVBT Dongle A867

I have a usb dvbt dongle that I want to connect to our STB. I could build and insert the modules but then want to acquire the TS and pump that to vendor sw for demux and decoding. How to grab the TS buffer or data from the avermedia device?
andchak
  • 1
  • 3
0
votes
2 answers

MAC address of TBS6905 DVB-S2 Quad Tuner PCIe Card

I have TBS6905 DVB-S2 PCIe card and its configured in Ubuntu 14. And I have to find MAC address of all adapters because my application will do Blind Scan for all four adapters at the same time. And index of these adapters will change after…
Parbat
  • 1
  • 1
0
votes
1 answer

Live Streaming from DVB card to network

I'm working on an application where I need to stream satellite channels from DVB card to network. Is there any software or server that allows me to stream many TV channels from DVR card by generating many URL to be shared over the network?
Baha' Al-Khateib
  • 311
  • 3
  • 13
0
votes
0 answers

How to reduce delay between change chanel in Mumudvb?

I use mumudvb v1.7 to send channel in http stream. On client side that stream is shown via
Ali
  • 3,373
  • 5
  • 42
  • 54
0
votes
2 answers

how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg?

I want to extract EPG from dvb-t (live tv stream - udp) with ffmpeg. I have a dvb-t device and receiving streams with udp.
0
votes
1 answer

DVB Headers on Mac

I was trying to install some DVB tv software for Linux on Mac OS X. I have some TV tuners and they work so much better on Linux Ubuntu than on Mac OS X with The Tube application. There are no ports on MacPorts or Homebrew and I tried installing…
Andrea BR
  • 11
  • 4
0
votes
1 answer

GnuTV: Can't stream video over rtp/udp

On the server I tried: gnutv -out udp raspberrypi 1000 arte and gnutv -out rtp raspberrypi 1000 arte But on the client I can't recieve the stream! Playing udp://raspberrypi:1000. STREAM_UDP, URL: udp://raspberrypi:1000 Failed to connect to…
derich
  • 181
  • 1
  • 1
  • 11
0
votes
1 answer

Batch Get TV programme name from .TS file

Is there a way to get the Name of current playing program, from a DVB recording in .TS format? In VLC I can see it in Tile Bar, and also in "Now Playing", but in MediaInfo it shows many hours and programs, and not only what is being played. Is it…
0
votes
1 answer

v4l2 mpeg-ts stream to http stream on android

I am trying to read a v4l2 stream and re-stream via http streaming on android. First of all I don't have any code but I think this question is about coding and I don't find a better place to post it... I have tried using mumudvb, tvheadend and…
fmogollon
  • 46
  • 3