Search found 13 matches

Go to advanced search

by deemytch
15 Oct 2013 18:46
Forum: VLC stream-output (sout)
Topic: is #shout broken?
Replies: 0
Views: 199

is #shout broken?

Looks like shout output module is broken. Somebody could prove this? standard{access=shout{protocol=http},dst="source:ass@localhost:8091/test.ogv",mux=ogv}' first frame that I see in mplayer, of in firefox freezes and nothing happens there. But I can watch that stream if I make #duplicate ...
by deemytch
15 Oct 2013 18:40
Forum: VLC stream-output (sout)
Topic: How to Check my stream Working or not Command line options
Replies: 1
Views: 782

Re: How to Check my stream Working or not Command line optio

U can use something like

Code: Select all

ffprobe -show_streams ${mrl} 2>&1 | egrep 'Stream.+Video:'
I just don`t know how to kill that by timeout faster, that standard ffprobe - about 1 minute
by deemytch
14 Oct 2013 20:37
Forum: VLC stream-output (sout)
Topic: core dumped when using marquee
Replies: 8
Views: 1832

Re: core dumped when using marquee

adding -lpthread -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale to the compile flags changed the error message from "undefined symbol: avcodec_alloc_context" to "undefined symbol: avcodec_open", but there I can`t find what else can I add to libraries. ffmpeg versio...
by deemytch
14 Oct 2013 20:11
Forum: VLC stream-output (sout)
Topic: core dumped when using marquee
Replies: 8
Views: 1832

Re: core dumped when using marquee

Yup, I recompiled vlc on my box with the same settings, but with optimizations -O2, -march=native (my proc is i3-3220, but package is going with generic x86-64 optimizations), and I did got no crash, but error loading libavcodec plugin [0x7fffec001488] main generic warning: cannot load module `/usr/...
by deemytch
14 Oct 2013 19:21
Forum: VLC stream-output (sout)
Topic: core dumped when using marquee
Replies: 8
Views: 1832

Re: core dumped when using marquee

It is the standard package from arch repositories. Here is the script for compiling. # $Id: PKGBUILD 195902 2013-10-04 17:29:00Z bpiotrowski $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark...
by deemytch
12 Oct 2013 04:06
Forum: VLC stream-output (sout)
Topic: core dumped when using marquee
Replies: 8
Views: 1832

Re: core dumped when using marquee

$ gdb vlc GNU gdb (GDB) 7.6.1 (...skip...) (gdb) run -I dummy -vvv --sout='#transcode{vcodec=theo,sfilter=marq{marquee="Каббала ТВ"},vb=1600,height=240,width=320,fps=20,acodec=vorb,channels=1,keyint=10,scale=1}:standard{access=http,mux=ogv,dst=:5004/kabtv.ogv,http-host=192.168.0.1}' mms://...
by deemytch
10 Oct 2013 12:46
Forum: VLC stream-output (sout)
Topic: core dumped when using marquee
Replies: 8
Views: 1832

core dumped when using marquee

Hi, people. I found (right?) parameters for putting text over video, that vlc can eat without yelling to me, but... core dumped. :mrgreen: 0$ cvlc -vvv --sout='#transcode{sfilter=marq{marquee="проверка"},vcodec=theo,vb=800,width=512,height=384,fps=25,acodec=vorb,channels=1,keyint=10,scale=...
by deemytch
08 Oct 2013 22:06
Forum: VLC stream-output (sout)
Topic: Right parameters for encoding sound for x264 stream?
Replies: 0
Views: 521

Right parameters for encoding sound for x264 stream?

Can`t find subject ( VLC media player 2.1.0 Rincewind (revision 2.1.0-0-gedd8835), archlinux, 3.11.2-1-ARCH x86_64 when I use vcodec=mp3 OR acodec=mp4a,aenc=ffmpeg{strict=-2} it says nothing but refuses to stream when I use acodec=mp4a,aenc=faad2 it says cannot find audio encoder (module:faad2 fourc...
by deemytch
08 Oct 2013 21:55
Forum: VLC stream-output (sout)
Topic: marq does not display vlc 2.2.0
Replies: 3
Views: 2390

Re: marq does not display vlc 2.2.0

Hi, I also found that about marquee: Some combinations with soverlay and sub-filter in command-line did his job, only if I enable qt interface and then switch that effect by mouse in menu. But that is not what I want. I tryied a lot of variants like that and so on, I ve placed it before parameters, ...
by deemytch
08 Oct 2013 13:48
Forum: General VLC media player Troubleshooting
Topic: Fast check for black screen/no stream from ipcam
Replies: 1
Views: 365

Re: Fast check for black screen/no stream from ipcam

Found --tcp-timeout, --rtp-timeout, --rtsp-timeout, looks like tcp-timeout are only useable.
by deemytch
07 Oct 2013 21:04
Forum: General VLC media player Troubleshooting
Topic: Fast check for black screen/no stream from ipcam
Replies: 1
Views: 365

Fast check for black screen/no stream from ipcam

Hi all I use vlc now to stream (and re-encode) the video from couple of ipcams. And I`m in doubt now how can I check if some ipcam is showing a black screen (no light in the room), or is restarting/broken etc. It`s like icmp pings are passed, but no stream. For the last one - I don`t understand how ...
by deemytch
29 Sep 2013 15:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: is RTSP auth broken?
Replies: 5
Views: 2335

Re: is RTSP auth broken?

Partially solved. SUSE version of VLC can`t play password-protected streams. But Archlinux version - does.
by deemytch
20 Sep 2013 16:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: is RTSP auth broken?
Replies: 5
Views: 2335

is RTSP auth broken?

Hi all user@suse:~> vlc rtsp://admin:admin@192.168.1.33:554/live/h264 VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b) ...skipped... VLC media player 2.0.8 Twoflower Command Line Interface initialized. Type `help' for help. > [0xb4f00980] live555 demux error: Failed to connect with rtsp...

Go to advanced search