Commit 7c358ff0 authored by Gildas Bazin's avatar Gildas Bazin

* modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.

* modules/stream_out/description.c: bug fix.
parent a53e5d1d
This diff is collapsed.
...@@ -126,7 +126,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -126,7 +126,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
block_ChainRelease( p_buffer ); block_ChainRelease( p_buffer );
if( p_sys->i_stream_start + 1500000 > mdate() ) if( p_sys->i_stream_start + 1500000 < mdate() )
{ {
p_sys->p_input->b_eof = VLC_TRUE; p_sys->p_input->b_eof = VLC_TRUE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment