Postby peugeot » 18 Sep 2008 05:55
Hi,
I'am using VLC to produce streams. Now i updated from 0.8.6 to 0.9.2 and observed that if i produce MPEG4 stream everything is fine! But if i produce MPEG4 AVC (which is more suitable for mobile use) using parameters below, VLC will crash everytime. This same VLC argument has been wokring earlier correctly with 0.8.6 versions.
Is this known bug? or how to proceed?
MEPG4 AVC
==================================================
#VBitr:192
#ABitr:48
#VCodec:h264,venc=x264{level=1.2,no-cabac,subme=6,qpmin=16,vbv-bufsize=500,vbv-maxrate=192,me=umh,merange=12,threads=auto,partitions=all}
#ACodec:mp4a
#MType:mp4a-latm
#Aspect:4:3
#VWidth:320
#VHeight:240
VLC Arguments: -I dummy rtsp://labpc123/stream1.0 --sout "#transcode{vcodec=h264,venc=x264{level=1.2,no-cabac,subme=6,qpmin=16,vbv-bufsize=500,vbv-maxrate=192,me=umh,merange=12,threads=auto,partitions=all},vb=192,width=320,height=240,aspect=4:3,acodec=mp4a,ab=48,channels=2}:rtp{mp4a-latm,dst=51.13.73.125,port=1234,sdp=file://C:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\PiipTv.sdp}"
======================================================================
MPEG4
#VBitr:192
#ABitr:48
#VCodec:mp4v
#ACodec:mp4a
#MType:mp4a-latm
#Aspect:4:3
#VWidth:320
#VHeight:240
VLC Arguments: -I dummy rtsp://labpc123/stream1.0 --sout "#transcode{vcodec=mp4v,vb=192,width=320,height=240,aspect=4:3,acodec=mp4a,ab=48,channels=2}:rtp{mp4a-latm,dst=51.13.73.125,port=1234,sdp=file://C:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\PiipTv.sdp}"
=====================================================================================
Last edited by
peugeot on 08 Oct 2008 11:34, edited 2 times in total.