[streaming] vlc didn't stream the divx-files i created
Konrad Kieling
SuvwI at gmx.net
Fri May 2 02:32:42 CEST 2003
vlc did not stream any of the divx-files i created with transcode,
ffmpeg or mp4creator. the client did not wrote the right fourcc (should
be DIVX) in it's debug messages. since i had to use the mux_ts and
packetizer_mpeg4video, it seems like the handling MPEG4_VIDEO_ES was
missing in TSDecodePMT (in modules/demux/mpeg/ts.c).
after adding the lines
case MPEG4-VIDEO-ES:
p_new_es->i_fourcc = VLC_FOURCC('m','p','4','v');
p_new_es->i_cat = VIDEO_ES;
p_new_es->i_stream_id = 0xfa;
break;
it streamed any file i tried...
ciao,
konrad kieling
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 252 bytes
Desc: not available
Url : http://mailman.videolan.org/pipermail/streaming/attachments/20030502/233e40a7/attachment.pgp
More information about the streaming
mailing list