Jump to content


bjoern

Member Since 10 Nov 2013
Offline Last Active 17 Jun 2017 16:45
-----

Posts I've Made

In Topic: Write "null packets" on recordings

26 August 2015 - 17:12

Thanks for your feedback. I manually solved my problem with "tsvbr2cbr" from the "Opencaster" package in Ubuntu.

 

And no, my intention was not to watch PPV but to have a valid TS that can be re-transmitted with a Teleview DVB streaming device... 


In Topic: Write "null packets" on recordings

26 August 2015 - 10:58

Null packets are packed into the signal so it has a constant bitrate, see https://en.wikipedia...am#Null_packets
 
When recording a stream this is obviously overhead, so those packets get dismissed. However I have a use case where I need to create a recording that includes those null packets.
 
So my question is, what code changes are necessary in order to record those null packets?
 
Instead of making changes to the code and building a custom image, I am sure there is also a solution where I can grab the stream directly via telnet/ssh using the Linux DVB API. Also grabbing the entire transponder stream would be fine.
 
You obviously need dvb-tools (including dvbstream), but I cannot figure out how to install those tools on my device...

In Topic: Hide files in mediaplayer

16 August 2015 - 10:05

Works like a charm :-) Awsome and many thanks!


In Topic: AIT cropped from transport stream?

31 July 2015 - 09:34

Awsome! That really worked after a long night of building an image for the first time ;-)

 

Thanks a lot radxnl!


In Topic: AIT cropped from transport stream?

27 July 2015 - 09:36

Sjaaky, thanks for your reply. Unfortunately it does not really touch my question.

 

Basically I want to record/capture a TS that includes AIT information, stream-events etc. to be able to re-broadcast it (with my own transmitter) in exactly the same way it was casted by the tv station.

 

Openpli creates TS that only contain PAT and PMT but no AIT information which is totally sufficient for recordings but not for my purpose.