crashes after 1st loop.

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Hardthof
New Cone
New Cone
Posts: 9
Joined: 17 Jun 2011 22:14

crashes after 1st loop.

Postby Hardthof » 02 Sep 2011 15:36

Hi,

Im Starting VLC via php

Code: Select all

$VLC_ID = proc_open("vlc --ttl={$ttl} -I telnet --telnet-host=0.0.0.0 --telnet-port={$port} --telnet-password={$ADMIN_PASS} -d /dev/null", array(0=>array('pipe', 'r'), 1=>array('pipe', 'w'), 2=>array('pipe', 'w')), $pipes);
Later on loading a config file with a testvideo in loop, my Problem is, the video plays once, than vlc crashes. I'm trying to get an error report but the logfile remains empty.

vlm show:

Code: Select all

media : ( 1 broadcast - 0 vod ) channel1 type : broadcast enabled : yes loop : yes inputs 1 : /home/test.avi output : #duplicate{dst=rtp{mux=ts, ttl=11, dst=232.0.0.10, port=20004, sdp=rtsp://10.0.0.1:8080/chanel1.sdp}, select=video, dst="transcode{acodec=s16l, samplerate=48000, channels=2}:rtp{ttl=11, dst=232.0.0.2, port=20004, sdp=rtsp://10.0.0.1:8080/sound1.sdp}", select=audio} options audio-desync=750 instances instance name : default state : playing position : 0,012498 time : 0 length : 0 rate : 1,000000 title : 0 chapter : 0 can-seek : 1 playlistindex : 1
So far i have no idea what happens, vlc just disapears after the first run trough. Same Config does fine while loaded via console.

Hardt

Return to “Web and scripting”

Who is online

Users browsing this forum: Google [Bot] and 4 guests