An error occurred fetching the project authors.
- 31 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
- automatically select SAP multicast address (closes #141) - some clean up
-
- 17 May, 2005 1 commit
-
-
Felix Paul Kühne authored
* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
-
- 03 Mar, 2005 1 commit
-
-
Clément Stenac authored
+ put access and demux in the right place
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 24 Nov, 2004 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
- 10 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
This way we can later on set IP6 instead of IP4 in a SDP. * modules/stream_out/rtp.c: accept sdp=sap as a valid option. * src/stream_output/sap.c: - Set the SAP packet Hash headerfield to a unique value based on mtime Patch by Philippe van Hecke <philippe at belnet dot be> - Set SAP packet IPv6 field to 1 if we are a ipv6 session - Made some preperations for setting the origin ip address in the header as well, anyone any ideas on how to retrieve the current origin IP address???
-
- 04 Aug, 2004 1 commit
-
-
Laurent Aimar authored
You can now use multiple sdp= (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
-
- 31 Jul, 2004 1 commit
-
-
Derk-Jan Hartman authored
* set the required t= SDP parameter * added config options for description, url and email * send SDPs with description, url and email info when available * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
-
- 30 Jul, 2004 2 commits
-
-
Derk-Jan Hartman authored
* Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
-
Rémi Denis-Courmont authored
-
- 29 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 28 Jul, 2004 1 commit
-
-
file://filenameLaurent Aimar authored
Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
-
- 17 Jul, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 05 Jul, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jun, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 29 May, 2004 1 commit
-
-
Laurent Aimar authored
Finlayson)
-
- 28 May, 2004 1 commit
-
-
Laurent Aimar authored
Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 25 Apr, 2004 1 commit
-
-
Clément Stenac authored
-
- 24 Apr, 2004 2 commits
-
-
Gildas Bazin authored
-
Laurent Aimar authored
options (because we can't do the difference between missing option, option and option="" when option is a string).
-
- 18 Apr, 2004 1 commit
-
-
Clément Stenac authored
- The SAP handler now runs in a separate thread. - RTP sessions can be announced with sap (sdp=sap://,name=...) TODO: Make this more configurable - Better SDP generation (the timestamp problem is not resolved) About this, there is a problem : as, for a RTP session, the URI is the complete SDP, if the session is recreated, as the URI has changed, a new item is added to the playlist - Experimental flow control algorithm : It does not follow the "Recommended" implementation, as it needs to count the sessions (to achieve this, we should make this work together with the SAP listener) It is disabled by default (use --sap-flow-control to enable). When it is disabled, sap announcement interval is set by --sap-interval * src/misc/net.c : created net_ReadNonBlock * sap.c : Fixed memory problem
-
- 29 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 21 Mar, 2004 1 commit
-
-
Laurent Aimar authored
(There is still the problem of timeout, and a lot of checks aren't done).
-
- 11 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 06 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 03 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 02 Feb, 2004 2 commits
-
-
Laurent Aimar authored
fallback). RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio, mpeg4 audio. mpeg4 video doesn't always work.
-
Laurent Aimar authored
-
- 30 Jan, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 25 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/*: coding style changes + strings review.
-
- 21 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 07 Nov, 2003 2 commits
-
-
Laurent Aimar authored
* announce.c: fixed a warning.
-
Laurent Aimar authored
options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
-
- 01 Nov, 2003 3 commits
-
-
Laurent Aimar authored
transcode).
-
Laurent Aimar authored
PS will work if there is only one stream as the muxer doesn't set correctly dts/length for muxed packets. (so pretty useless ;) - added mpeg1/2 video. (how overcomplicated is rfc2250), tested with mplayer+live.com (but I'm not sure that my ES parsing is ok.) - btw, there is a ttl option.
-
Laurent Aimar authored
from perfect) Use udp raw mode. Generate a SDP file (for now it is just fprintf to stderr). The streams produced work under gmp4player. (mpeg4ip)
-