Search found 53 matches

Go to advanced search

by mundu
22 Dec 2014 12:58
Forum: VLC stream-output (sout)
Topic: Multicasting between 2 VLANS
Replies: 1
Views: 798

Re: Multicasting between 2 VLANS

I would say you need to change multicast routes in your host/server.

Example in linux
route add -net 224.0.0.0 netmask 224.0.0.0 dev <interface>

Good luck.
by mundu
22 Dec 2014 12:52
Forum: VLC stream-output (sout)
Topic: Rtsp stream to ip:port
Replies: 1
Views: 946

Re: Rtsp stream to ip:port

https://wiki.videolan.org/Documentation ... ne/#select

#duplicate{dst=rtp{...},select="program=SID"}
by mundu
22 Dec 2014 12:47
Forum: VLC stream-output (sout)
Topic: DLNA Stream to Phillips TV
Replies: 1
Views: 1956

Re: DLNA Stream to Phillips TV

Try minidlna in linux. It's easier and focused only on DLNA. VLC might be an overkill.
by mundu
22 Dec 2014 12:46
Forum: VLC stream-output (sout)
Topic: Streaming to TV from laptop with VLC. Is it possible?
Replies: 1
Views: 3198

Re: Streaming to TV from laptop with VLC. Is it possible?

Under Capture devices you will find the Screen option.

Just stream it using unicast or http. You will always loose quality. But it is possible.
by mundu
02 Dec 2014 20:49
Forum: VLM
Topic: Streaming TV, should i use VLC or mumudvb
Replies: 3
Views: 5766

Re: Streaming TV, should i use VLC or mumudvb

+dvblast
by mundu
02 Dec 2014 20:44
Forum: VLC stream-output (sout)
Topic: Camera external rca problems - Urgent
Replies: 1
Views: 349

Re: Camera external rca problems - Urgent

How much latency?

When streaming/playing check under more options and see you caching values.

I guess streaming will be 300ms and playing will be 1000ms. At least my VLC shows me those default values.

Try to decrease them and see if it helps.
by mundu
28 Nov 2014 16:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: HELP!Record and stream video with Logitech c920, ubuntu v4l2
Replies: 1
Views: 896

Re: HELP!Record and stream video with Logitech c920, ubuntu

I think RTMP server does not work yet on VLC. Youtube input requires an RTMP source. But according to a post from Jean Batiste Re: Streaming to YouTube Live Unread postby Jean-Baptiste Kempf » Thu Feb 13, 2014 1:50 pm You cannot yet, until we have an RTMP output. although I found a tutorial which mi...
by mundu
28 Nov 2014 16:28
Forum: VLC stream-output (sout)
Topic: Streaming to LAN with webcam, no video
Replies: 1
Views: 788

Re: Streaming to LAN with webcam, no video

If you are using windows, I can't help you, because I don't know how to use it.

But if your using linux then there is hope and thousands of examples out there for you.

Take a look: http://raspberrypi.stackexchange.com/qu ... itech-c920
by mundu
28 Nov 2014 16:23
Forum: VLC stream-output (sout)
Topic: HLS stream doesnt play
Replies: 4
Views: 1741

Re: HLS stream doesnt play

I'm sorry but I never used cam :). All of my iOS problems in the past have been related to the missing AAC codec. I normally use a live transport stream feed. I've been checking the HLS draft and haven't found anything related to video-only playlists, which is probably the problem with iPad, I guess...
by mundu
26 Nov 2014 17:48
Forum: VLC stream-output (sout)
Topic: livehttp - ES_OUT_SET_(GROUP_)PCR is called too late
Replies: 0
Views: 1049

livehttp - ES_OUT_SET_(GROUP_)PCR is called too late

I'm using an input DVB transport stream channel. My HLS sout server command is the following. vlc -I dummy -d --syslog -v udpaddress --sout '#transcode{vcodec=h264,fps=25,venc=x264{profile=main,preset=veryfast,vbv-maxrate=bitrate,vbv-bufsize=750},threads=4,width=720,height=576,deinterlace,acodec=mp4...
by mundu
26 Nov 2014 12:54
Forum: VLC stream-output (sout)
Topic: HLS stream doesnt play
Replies: 4
Views: 1741

Re: HLS stream doesnt play

Hi,

You're missing the audio codec in the VLC command line.
I'm using this and its working both for iOS and Android devices.

Code: Select all

... --sout '#transcode{...acodec=mp4a,aenc=ffmpeg{strict=-2,profile=aac_he_v2},ab=96,channels=2,samplerate=44100}...
Hope it helps.
by mundu
11 Sep 2013 18:29
Forum: Web and scripting
Topic: I wanna add auto reconnect command
Replies: 5
Views: 1329

Re: I wanna add auto reconnect command

As far as i'm aware it never worked. You might go around by having a counter that checks if the stream is near the end so you issue a replay whenever the stream is finished. Thanks mundu fro your replaying but how can I do that? Don't know, never really used VLC plugin. But here is some help from h...
by mundu
30 Aug 2013 20:34
Forum: VLC stream-output (sout)
Topic: Random audio PID order
Replies: 3
Views: 972

Re: Random audio PID order

I've this problem twice. I don't know if anyone has ever dealt with this afterwords, or if eventually found a fix for it. I had to deal with /src/input/decoder.c and synchronize the audio threads (refer to function DecoderThread()). A quick and dirty hack using static variables will do the trick. Al...
by mundu
22 Apr 2013 18:31
Forum: VLC stream-output (sout)
Topic: Encrypted Ts file Stream
Replies: 4
Views: 2246

Re: Encrypted Ts file Stream

I don't know if it works but there's a RAW udp option available.

standard{access=udp,mux=raw...} Source: http://trac.videolan.org/vlc/ticket/551 ... num_hist=4

You have other options like live555, multicat, ffmpeg.
by mundu
22 Apr 2013 18:21
Forum: VLC stream-output (sout)
Topic: Hot to stream screen-content to Multicast
Replies: 1
Views: 571

Re: Hot to stream screen-content to Multicast

You could try the normal sout behaviour. --sout '#std{access=udp{ttl=10},mux=ts,dst=239.255.1.1:1234}'

For the audio part you may use the ES example I guess:
http://www.videolan.org/doc/streaming-h ... /ch04.html
by mundu
22 Apr 2013 18:16
Forum: Web and scripting
Topic: I wanna add auto reconnect command
Replies: 5
Views: 1329

Re: I wanna add auto reconnect command

As far as i'm aware it never worked. You might go around by having a counter that checks if the stream is near the end so you issue a replay whenever the stream is finished.
by mundu
22 Apr 2013 18:14
Forum: VLC stream-output (sout)
Topic: How to transcode MKV to .TS without converting?
Replies: 4
Views: 4950

Re: How to transcode MKV to .TS without converting?

Use --sout with '#std{access=file,mux=ts,dst="file"}' without the transcoding option. This will do the trick
by mundu
22 Apr 2013 18:11
Forum: VLC stream-output (sout)
Topic: Combining rtsp video and http audio streams
Replies: 1
Views: 1863

Re: Combining rtsp video and http audio streams

Take a look at some examples : http://code.google.com/p/remotecadm/wiki/Sample_Scripts_Linux You should try to switch the input slave to your http stream. new video broadcast enabled setup video input "rtsp://pw:pw@192.168.0.10:8554/CH001.sdp" setup video option input-slave=http://192.168....
by mundu
22 Apr 2013 18:03
Forum: VLC stream-output (sout)
Topic: High CPU usage while transcoding from webcam regdardless fps
Replies: 2
Views: 949

Re: High CPU usage while transcoding from webcam regdardless

Try mpgv instead of h264 it might decrease CPU usage a bit.
by mundu
22 Apr 2013 18:01
Forum: VLC stream-output (sout)
Topic: Multiple streams to multiple devices
Replies: 3
Views: 2647

Re: Multiple streams to multiple devices

In multiple video streams I guess its multiple video files to multiple clients. Yes you can. Try the VOD using VLM configuration. In the Raspberry Pi you only need some RTSP client (not necessarily VLC client). If you want to make thinks easier, use VLM with broadcast configuration and use RTP or UD...
by mundu
22 Apr 2013 17:57
Forum: VLC stream-output (sout)
Topic: Can't Stream with VLM
Replies: 1
Views: 506

Re: Can't Stream with VLM

Use some telnet interface so you can login and check its status. Make sure you have the command "control mp3 play".

As far as I can see you're showing the Client log only. Where's the server log?
by mundu
20 Apr 2013 03:03
Forum: VLM
Topic: ISDB-T Windows 7 tryouts
Replies: 0
Views: 1055

ISDB-T Windows 7 tryouts

Everything works with dvb-t option but VLC eventually crashes This is the log when its working: https://dl.dropboxusercontent.com/u/1227943/windows7dvbt.rtf When I change the conf to ISDB-T it outputs this here. Initial Log main error: option dvb-b does not exist main dembauign: eTrIrMoErR: moopdtui...
by mundu
19 Mar 2013 16:13
Forum: VLC stream-output (sout)
Topic: Analog H264 Hardware capture
Replies: 3
Views: 1009

Re: Analog H264 Hardware capture

I eventually fixed this issue. Besides being forced to include some ioctls for the board to work (i.e. V4L2*MPEG stuff), I forced the H264 pixel format recognition. I'm on a kernel <3.2 and so the board says its YUYV [ H264,...] leading VLC to believe its YUYV while it is not. Adding this lines on t...
by mundu
08 Mar 2013 14:28
Forum: VLC stream-output (sout)
Topic: Change streaming file without down the server
Replies: 3
Views: 614

Re: Change streaming file without down the server

Is this solved then? Put solved and add some better explanation.

I like using vlm interface also using telnet ofcourse. You can add the inputs you want and change between them transparently to the user.
by mundu
08 Mar 2013 14:25
Forum: VLC stream-output (sout)
Topic: video problem to playing on android phone
Replies: 2
Views: 892

Re: video problem to playing on android phone

Do you really need VLC? I prefer transcoding all my videos to H264 + MPEG-TS if need be and stream it any http web server(Apache). Much more reliable. Less CPU load, only during transcoding, which can be done prior to the streaming. During idle hours for example.

Go to advanced search