Search found 91 matches

Go to advanced search

by ILEoo
02 Aug 2010 09:23
Forum: VLC stream-output (sout)
Topic: Live Streaming in 3gp format
Replies: 2
Views: 2113

Re: Live Streaming in 3gp format

Drop the mux-part, and replace port=10002 with port-video=10002,port-audio=10004
And make sure dss can find that .sdp-file (and dst is the ip where dss is listening).
by ILEoo
21 Jul 2010 10:52
Forum: VLC stream-output (sout)
Topic: rtsp sdp missing profile-level-id and sprop-parameter-sets
Replies: 3
Views: 3515

Re: rtsp sdp missing profile-level-id and sprop-parameter-se

Should be working fine in just released 1.1.1 (not sure when binaries are ready to download, but it's tagged in git).
by ILEoo
15 Jul 2010 09:16
Forum: VLC media player Feature Requests
Topic: UI misses option to pass cmd line arguments
Replies: 2
Views: 572

Re: UI misses option to pass cmd line arguments

Did you check preferences -> all -> input/Codecs -> audio codecs for those options.
by ILEoo
14 Jul 2010 00:21
Forum: General VLC media player Troubleshooting
Topic: Streaming doesnt work for me with 1.1.0
Replies: 4
Views: 1105

Re: Streaming doesnt work for me with 1.1.0

open messages-window and set verbosity to 2, then try that streaming and copy that verbose output on messages window here.
by ILEoo
14 Jul 2010 00:19
Forum: General VLC media player Troubleshooting
Topic: Trouble with H264 and Streaming
Replies: 2
Views: 576

Re: Trouble with H264 and Streaming

What you use to create that stream? vlc 1.1.0 has known bug with h264 streaming in ts-muxer which is fixed in nightly builds and next 1.1.1.
by ILEoo
13 Jul 2010 22:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 1.1.0 duplicate http streaming
Replies: 7
Views: 1636

Re: vlc 1.1.0 duplicate http streaming

Similar commandline (with correct frequency etc for my dvb-c) works just fine for me for todays git version.
by ILEoo
13 Jul 2010 13:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 1.1.0 duplicate http streaming
Replies: 7
Views: 1636

Re: vlc 1.1.0 duplicate http streaming

updated to 1.2.0
there is no streaming
run with -vvv and paste log output to here or some pastebin, as our telepathy skills are littlebit rusty these days.
by ILEoo
13 Jul 2010 13:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: recording rtsp stream in HD format
Replies: 2
Views: 1088

Re: recording rtsp stream in HD format

Can you provide sample file of that recording? And what vlc version youre using?
by ILEoo
09 Jul 2010 14:55
Forum: Scripting VLC in lua
Topic: Cannot Stream a LUA Playlist
Replies: 2
Views: 1694

Re: Cannot Stream a LUA Playlist

File > Streaming creates sout-line with :sout, that means its applied only that one item, if you change that to --sout (so : -> -- ) it should work with your lua playlist.
by ILEoo
09 Jul 2010 14:43
Forum: VLC media player for Windows Troubleshooting
Topic: Cooonverting videos for Zune
Replies: 5
Views: 632

Re: Cooonverting videos for Zune

add --extraintf=logger to place log-output to vlc-log.txt.

And you shouldn't need duplicate in that chain at all.
by ILEoo
04 Jul 2010 21:06
Forum: General VLC media player Troubleshooting
Topic: Command line WAV -> AAC not working anymore
Replies: 7
Views: 2050

Re: Command line WAV -> AAC not working anymore

You need to post whole -vvv output, not just the parts that says 'error'
by ILEoo
04 Jul 2010 21:03
Forum: VLC stream-output (sout)
Topic: can't stream h264 over RTP, but success with RTSP
Replies: 3
Views: 1251

Re: can't stream h264 over RTP, but success with RTSP

How have you tried that h264/rtp streaming that it doesn't work? if you mean h264 in ts-muxed on rtp-stream then yes, its known bug and fixed in 1.1.1
by ILEoo
04 Jul 2010 21:01
Forum: VLC stream-output (sout)
Topic: Need better (h.264)mp4 quality, is there a way?
Replies: 2
Views: 671

Re: Need better (h.264)mp4 quality, is there a way?

You should give your sout-chain so people could actually tell what to improve...
by ILEoo
28 Jun 2010 08:23
Forum: VLC stream-output (sout)
Topic: Add a logo to stream or Stream a picture
Replies: 3
Views: 1232

Re: Add a logo to stream or Stream a picture

http://wiki.videolan.org/Documentation:Modules/logo is the place for logo-options, for transcoding, you also need to add soverlay-option to transcode-block, for example

Code: Select all

transcode{soverlay,sfilter=logo{file=mylogo.png,position=10},rest-of-the-transcode-stuff}....
by ILEoo
26 Jun 2010 14:44
Forum: VLC stream-output (sout)
Topic: no sout mux module matched "flv"
Replies: 2
Views: 850

Re: no sout mux module matched "flv"

Hi,

use dst=:8080/mystream.flv and remove mux=flv, or use mux=ffmpeg{mux=flv} as muxer
by ILEoo
26 Jun 2010 11:12
Forum: VLC media player for Windows Troubleshooting
Topic: Unstability with streaming
Replies: 10
Views: 1470

Re: Unstability with streaming

Hi,

Could you try current nightly (trunk-version) if this problem is still there? it doesn't still add aud-units to ts-stream, but should repeat sps/pps entries with h264.
by ILEoo
23 Jun 2010 08:29
Forum: VLC stream-output (sout)
Topic: VLC 1.1 transcodes cannot be played by 0.8.6
Replies: 4
Views: 927

Re: VLC 1.1 transcodes cannot be played by 0.8.6

asf-muxing issues with 1.1 is known issues atm. You should use mp4-container as it should be more standard for h264/aac.
by ILEoo
21 Jun 2010 11:32
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 91859

Re: Videolan & VP8 / WEBM streaming

libvpx encoding is really really slow, easily just 2-5fps. And I'm not sure how well ffmpeg-muxer supports webm in streaming (haven't really tested it with pre-encoded files or anything). And for other codecs, webm-container is defined to have vp80+vorbis in it, nothing else (iirc).
by ILEoo
16 Jun 2010 00:28
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 91859

Re: Videolan & VP8 / WEBM streaming

it's

Code: Select all

mux=ffmpeg{mux=webm}
by ILEoo
14 Jun 2010 13:23
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 91859

Re: Videolan & VP8 / WEBM streaming

yes,

Code: Select all

vlc v4l2:// --input-slave alsa --alsa-samplerate=44100 :sout="#transcode{vcodec=VP80,acodec=vorb,ab64,vb=768,channels=2}:file{dst=out.webm}"
You can add

Code: Select all

-Idummy
to the end if you just want to transcode in cli without gui.

Code: Select all

vlc out.webm
by ILEoo
14 Jun 2010 09:54
Forum: VLC 1.1.0 testing
Topic: H264 output appears black in QuickTime
Replies: 16
Views: 63265

Re: H264 output appears black in QuickTime

Thats all I needed to hear, thank you for testing. This issues should be fixed on next nightly builds (branch is the upcoming 1.1).
by ILEoo
14 Jun 2010 09:11
Forum: VLC 1.1.0 testing
Topic: H264 output appears black in QuickTime
Replies: 16
Views: 63265

Re: H264 output appears black in QuickTime

Hi,

I'm working on this issues, could you try tomorrows nightlies (or build from git) if it's any better with quicktime? or test with quicktime following clip made with recent changes http://www.porogrammer.fi/~ileoo/new_provi.mp4 (11M file)
by ILEoo
02 Jun 2010 17:23
Forum: VLC 1.1.0 testing
Topic: Album Art looking weird
Replies: 7
Views: 2681

Re: Album Art looking weird

Hi,

This should be fixed in tomorrows nighlies.
by ILEoo
31 May 2010 09:44
Forum: VLC 1.1.0 testing
Topic: H264 output appears black in QuickTime
Replies: 16
Views: 63265

Re: H264 output appears black in QuickTime

Didn't spot any option that could cause that segfault. Seems that libavformat is crashing on mov_write_moov_tag for some reason.
by ILEoo
31 May 2010 08:05
Forum: VLC 1.1.0 testing
Topic: H264 output appears black in QuickTime
Replies: 16
Views: 63265

Re: H264 output appears black in QuickTime

this is muxing issue, you can work it around by using avformat-muxer (ffmpeg) eg transcode{yourstuff}:file{mux=ffmpeg{mux=mp4},dst=myoutput.mp4} . Difference is mux=ffmpeg{mux=mp4} instead of just mux=mp4. If you have tickets opened relating to this issue, please mention ticket numbers.

Go to advanced search