Code: Select all
if( !p_sys->p_timeout && p_sys->p_out_asf )
{
msg_Dbg( p_demux, "We have a timeout of %d seconds", p_sys->i_timeout );
p_sys->p_timeout = (timeout_thread_t *)vlc_object_create( p_demux, sizeof(timeout_thread_t) );
p_sys->p_timeout->p_sys = p_demux->p_sys; /* lol, object recursion :D */
if( vlc_thread_create( p_sys->p_timeout, "liveMedia-timeout", TimeoutPrevention,
VLC_THREAD_PRIORITY_LOW, VLC_TRUE ) )
{
msg_Err( p_demux, "cannot spawn liveMedia timeout thread" );
vlc_object_destroy( p_sys->p_timeout );
}
msg_Dbg( p_demux, "spawned timeout thread" );
vlc_object_attach( p_sys->p_timeout, p_demux );
}
Code: Select all
Sending request: GET_PARAMETER rtsp://192.43.185.30/Mediainput/mpeg4/ RTSP/1.0
CSeq: 9
Session: 12
User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)
Code: Select all
Received GET_PARAMETER response: RTSP/1.0 200 OK
CSeq: 10
Session: 12
I meant Nightlies around mid-August till 24 August. So, I haven't been using 0.8.6i for a loooooong time. And for me the 0.8.6d I agree with you, it works quite well.When you said you have no problem with last VLC version, is it last 0.8.6i or last nighty build ?
Try http://visiosys.net/support/telechargements, and follow the Panasonic lead.The model of IP CAM Panasonic is WV-NP244E
MAy be?Hi all
I have too some problems with IP Cam Panasonic in RTSP Mode.
I'm in contact with Panasonic France.
I done other tests with Axis 210 IP Cam. Here is the result :
- VLC 0.8.6d => works well
RTSP GET_PARAMETER command every 60 seconds
RTCP Sender Report/Receiver Report every 4 seconds
- VLC 0.8.6h => works well
RTCP Sender Report/Receiver Report every 4 seconds
No GET_PARAMATER every 60 seconds....
- VLC 0.8.6.i => works while 1 minute
No GET_PARAMATER every 60 seconds....
No RTCP Sender Report/Receiver Report every 4 seconds
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 61 guests