VLC Modules

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Boo025
Blank Cone
Blank Cone
Posts: 26
Joined: 24 Sep 2008 16:54

VLC Modules

Postby Boo025 » 09 Oct 2008 19:52

http://wiki.videolan.org/Modules_source_tree

Based on the article above, what is difference between "access" and "access-output" module?

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: VLC Modules

Postby The DJ » 09 Oct 2008 21:21

An access module is to handle in input (reading from file, rtsp, udp, http, ftp etc), whereas an access-output is to handle an output. ( writing to file, udp, rtsp etc)
Don't use PMs for support questions.

Boo025
Blank Cone
Blank Cone
Posts: 26
Joined: 24 Sep 2008 16:54

Re: VLC Modules

Postby Boo025 » 09 Oct 2008 21:33

Thanks for your response, but one more question. How about "stream_out" module? Is this for the RTP output?

Also, I've been looking at the code for the streaming part (server). Based on my observation it seems the VLC breaks down each streaming step by reading the file, putting into a buffer (FIFO), make it into packet, and send depending on the protocol used. Am I understanding this correctly?

So if I want to implement new type of protocol (instead of UDP/HTTP/etc) I should be able to write a code to use different protocol for server/client, right?

Rémi Denis-Courmont
Developer
Developer
Posts: 15337
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC Modules

Postby Rémi Denis-Courmont » 09 Oct 2008 21:48

stream_out is a module manipulating all elementary streams of a stream. They can do a wide range of different things. duplicate, standard, rtp, transcode and display are the most commonly used stream_out modules, but there are a few others.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 47 guests