Hello,
This is the first time in VideoLAN Forum for me.
I think I found a cool site...!!! Many thanks to VideoLAN.
I have 2 things requesting your advice.
=== 1 ===
Nowdays, I'm working for Korean DMB(Digital Multimedia Broadcasting)
solution especially for the DMB receiver. So, I'm first trying
to build the VLC media player on cygwin and it's working good.
But, after all I have to modify the source code for it to work
at Korean DMB streaming environment(streaming H.264/BSAC
in MPEG-2 TS). I think I have to first demux incomming stream
and transfer the elementary stream to the decoder. ...
Now, I'm very confused because I couln't find the clue in source.
If you have any advice, Please talk to me some...
=== 2 ===
And I tried to save ES stream in MPEG-2 TS with command line like,
./vlc.exe -vvv MPEG2.ts --sout='#es{access_video:file,mux_video=ps,url_video=video-%c.%m}'
but, it failed....! Only 4 byte output file created.
I'd like to split out specific element stream in MPEG-2 TS
which normally has many programs.
Please teach me how I can get the specific
Elementary Stream in MPEG-2 TS file.
Tony Kwon