I'm working on a live video streaming to new iPhone 3.0 os project.
As mentioned in the apple dev center, I have to use Apple Media Segmentrer to cut the video in multiples short files.
Apple Media Segmenter take as input a h264+AAC stream muxed in MPEG2 TS.
My question is : does vlc capable to do the transcoding job?
With a simple try thanks to the broadcast/transcode assistant, I've got tones of error messages with Apple Media Segmenter like :
etc...error in pid 44 (audio) - cc value should be 13 is 15
change of pmap pid- new is 400
unknown type 2 in pid - 32767
audio pid change to 50
no start access unit
error in pid 50 (audio) - cc value should be 4 is 1
no start access unit
no start access unit
unknown type 2 in pid - 32767
no start access unit
change of pmap pid- new is 42
audio pid change to 44
no start access unit
change of pmap pid- new is 400
unknown type 2 in pid - 32767
audio pid change to 50
no start access unit
no start access unit
unknown type 2 in pid - 32767
Do you have any idea about how to do the job?
Thanks