Search found 10 matches

Go to advanced search

by rhegner
30 May 2016 10:25
Forum: VLC stream-output (sout)
Topic: Transcode duplicated stream
Replies: 0
Views: 955

Transcode duplicated stream

I have a .mkv file with one video stream (0) and three audio streams (1-3). Streams 0 and 1 I want to play normally in the VLC player. Streams 2 and 3 I want transcode to the s16l format, combine with a custom muxer and then send via UDP. I tried the following command line options but they both don'...
by rhegner
27 May 2016 12:07
Forum: Development around libVLC
Topic: Stream output with custom Mux
Replies: 2
Views: 805

Re: Stream output with custom Mux

I'm still trying to get raw decoded audio samples inside my custom mux. My last experiments were with explicitly transcoding the audio streams with something like this: --sout "#duplicate{dst=display,select="es=0-1",dst="transcode{acodec=s16l}:udp{mux=mymuxer,dst=127.0.0.1:11234}...
by rhegner
26 May 2016 12:36
Forum: Development around libVLC
Topic: Stream output with custom Mux
Replies: 2
Views: 805

Stream output with custom Mux

We chose VLC for our current project because of its great extensibility :) I'm currently implementing a custom muxer but I got stuck. Consider a mkv file containing the following streams: 0: Video stream 1: Audio stream @ 44.1kHz 2: Audio stream @ 8kHz 3: Audio stream @ 8kHz Streams 2 and 3 do not c...
by rhegner
26 May 2016 10:54
Forum: Development around libVLC
Topic: Question about getting plugins to work.
Replies: 3
Views: 604

Re: Question about getting plugins to work.

I was able to build an out-of-tree plugin with Visual Studio 2015.
See my topic here: https://forum.videolan.org/viewtopic.php?f=32&t=132811.
by rhegner
06 May 2016 10:35
Forum: Development around libVLC
Topic: Module Loading Questions
Replies: 1
Views: 309

Module Loading Questions

I created an out-of-tree module which is similar to the netsync plugin. Thus I placed it in the same category (CAT_ADVANCED, SUBCAT_ADVANCED_MISC, interface capability). The main functionality is working fine but I'd like to improve the following points: The module only gets activated when I start V...
by rhegner
04 May 2016 08:18
Forum: Development around libVLC
Topic: Out-of-tree Plugin does not show up
Replies: 2
Views: 591

Re: Out-of-tree Plugin does not show up

I was missing the cflags like __PLUGIN__
Now I can see my hello-world plugin :D
by rhegner
03 May 2016 17:18
Forum: Development around libVLC
Topic: Out-of-tree Plugin does not show up
Replies: 2
Views: 591

Out-of-tree Plugin does not show up

I'm absolutely new to VLC development so please forgive me any stupid questions... I want to create my own out-of-tree VLC plugin with Visual Studio 2015 (I'm not a Linux user and building the whole source tree under Windows seems to be difficult - this is why I decided to start this way). What I tr...
by rhegner
29 Mar 2016 15:16
Forum: VLC stream-output (sout)
Topic: Stream current timestamp/position
Replies: 4
Views: 1000

Re: Stream current timestamp/position

Thank you for your response!
Do you know if I can use the Network Sync feature for this purpose? Does it send UDP packets? I couldn't find any documentation describing how it actually works.
by rhegner
29 Mar 2016 12:51
Forum: VLC stream-output (sout)
Topic: Stream current timestamp/position
Replies: 4
Views: 1000

Re: Stream current timestamp/position

What I tried so far is clicking together a stream output using the GUI with an UDP destination, RAW encapsulation and no video or audio codec, resulting in the following stream output string: :sout=#duplicate{dst=udp{dst=127.0.0.1:55438},dst=display} :sout-keep But with these settings VLC does not s...
by rhegner
29 Mar 2016 12:28
Forum: VLC stream-output (sout)
Topic: Stream current timestamp/position
Replies: 4
Views: 1000

Stream current timestamp/position

I need an external application to be synchronized with a video being played. Therefore the external application needs to know the current timestamp/position in the file. Is it possible using the streaming capabilities of VLC to set up a stream which does not contain actual audio and video data, but ...

Go to advanced search