[dvblast-devel] Can dvblast stream to a file?

cedric.dewijs at telfort.nl cedric.dewijs at telfort.nl
Sun Dec 29 17:26:24 CET 2013


>----Origineel Bericht----
>Van : dan.lita at b1tv.ro
>Datum : 29/12/2013 16:58
>Aan : dvblast-devel at videolan.org
>Onderwerp : Re: [dvblast-devel] Can dvblast stream to a file?
>
>>
>> I am trying to stream 'Nederland 1' to a file. It's a free to air 
>> channel with the following parameters:
>> 474000000 Hz
>> Video PID = 1B63
>> Audio PID = 1B64
>>
>> I have edited dvblast.conf:
>> 127.0.0.1:9999
>>
>> I have then started multicat:
>> # multicat 127.0.0.1:9999 test.ts
>>
>I think the problem is that dvblast.conf should look like this:
>#Nederland 1
>127.0.0.1:9999 1 1101
>But if you want to further test it why dont you multicast it on a real 
>interface and verify with vlc if your stream really exist?
>
>
>You should put on dvblast.conf
>something like this:
>#Nederland 1
>239.1.1.1:1234 1 1101
>#Nederland 2
>239.1.1.2:1234 1 1102
>#...
>
>where 1101,1102 are the SID of the respective services ...
>
>Dan
>

Hi Dan,
I now have a valid .ts file. 
# cat dvblast.conf
127.0.01:9999 1 1101
# dvblast -a 1 -f 722000000 -c ~/dvblast.conf
# multicat @:9999 test.ts

Now lets test with an encrypted channel :-)

Regards,
Cedric



More information about the dvblast-devel mailing list