Search found 42 matches

Go to advanced search

by b-frame
12 May 2013 12:54
Forum: VLC stream-output (sout)
Topic: High CPU load though no transcoding
Replies: 8
Views: 1674

Re: High CPU load though no transcoding

#rtp causes the same amount of workload as #udp.
by b-frame
09 May 2013 20:49
Forum: VLC stream-output (sout)
Topic: High CPU load though no transcoding
Replies: 8
Views: 1674

Re: High CPU load though no transcoding

Sorry for not answering for such a long time. I was in another town, but now I can do some tests again until the weekend. Replacing "#udp" by "#http" resulted in a cpu load between 5 and 10 percent - just the same as #file. I guess the reason for the high load must be in some udp...
by b-frame
24 Mar 2013 14:49
Forum: VLC stream-output (sout)
Topic: High CPU load though no transcoding
Replies: 8
Views: 1674

Re: High CPU load though no transcoding

Thank you for spending time on my post anyway. :)

I found out, that the main load must be caused by the network-component. When I replace sout=#udp{...} by sout=#file{mux=ts,dst="sample.ts"} VLC reduces its cpu consumption from 50-60% to 5-10% of both (virtual) cores.
by b-frame
18 Mar 2013 23:32
Forum: VLC stream-output (sout)
Topic: High CPU load though no transcoding
Replies: 8
Views: 1674

Re: High CPU load though no transcoding

If it helps, here's the log with verbosity level 2: main debug: processing request item dvb-c://frequency=370000000 node Wiedergabeliste skip 0 main debug: resyncing on dvb-c://frequency=370000000 main debug: dvb-c://frequency=370000000 is at 0 main debug: starting new item main debug: creating new ...
by b-frame
18 Mar 2013 20:40
Forum: VLC stream-output (sout)
Topic: High CPU load though no transcoding
Replies: 8
Views: 1674

High CPU load though no transcoding

Hi, I'm streaming some video from an old computer (Intel Pentium 4, 3.0 GHz + HT, 512 MB RAM) to some other computers in my LAN (or sometimes to the localhost-address). This is how the command-lines look like: vlc.exe dvb-c://frequency=370000000 :dvb-modulation=256 :dvb-srate=6900 :dvb-network-name=...
by b-frame
27 Dec 2012 13:47
Forum: VLC stream-output (sout)
Topic: Help with Streaming
Replies: 3
Views: 972

Re: Help with Streaming

When you're streaming video from the computer with the digicam via RTP on port 5004 (for example), you can easily receive it on the target computer by pressing CTRL+V and typing "rtp://@:5004". To be more specific, you could also type something like "rtp://@192.168.0.4:5004", if ...
by b-frame
26 Dec 2012 21:24
Forum: VLC stream-output (sout)
Topic: Help with Streaming
Replies: 3
Views: 972

Re: Help with Streaming

To display the video, you will need some software on the receiving devices. For example, you could run VLC on the receiver devices and press CTRL+V to type the network address.
by b-frame
26 Dec 2012 21:17
Forum: VLC stream-output (sout)
Topic: Network parameters that cause loss in visual quality
Replies: 0
Views: 459

Network parameters that cause loss in visual quality

Hi! I want to stream some video with VLC over the internet and other networks with high packet loss rates. Since there seems to be no FEC support until now, i thought it might be a good idea to stream the data through a TCP-tunnel and buffer a few seconds on the receiver side. I implemented the foll...
by b-frame
14 Apr 2012 18:22
Forum: VLC media player for Windows Troubleshooting
Topic: Opening a DVB-C Stream
Replies: 11
Views: 7167

Re: Opening a DVB-C Stream

I didn't success with sound because I didn't try it. The only task of the computer, which I configured here, is to multicast the video- and audio-data to the local network (using --sout). Did You try to stream whole transponder? Well, I tried it, but always failed. I'll try again with vlc 2.x when i...
by b-frame
30 Mar 2012 17:58
Forum: VLC media player Feature Requests
Topic: Alternative DVB-parameters
Replies: 0
Views: 542

Alternative DVB-parameters

It would be very useful, if there was a possibility to give vlc alternative parameters for receiving from a dvb-adapter (by command line). This would help users who only receive a poor signal. Here is an example: You type something like vlc dvb-c://frequency=658000000 :dvb-srate=6900 :dvb-modulation...
by b-frame
08 Feb 2012 15:11
Forum: VLC media player for Windows Troubleshooting
Topic: DVB C via VLC problems
Replies: 14
Views: 2786

Re: DVB C via VLC problems

Sorry, but i have to contradict. I always use dvb-srate=6900 and it works perfectly with dvb-c. Seems like vlc wants a value in kBd, not in Bd. Still, it's worth verifying that the used value is correct.
by b-frame
06 Feb 2012 21:50
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Looking at the GDB-output, i was wondering why the log talks about "wined3d". I know Wine is used on Linux systems to simulate WinAPI functions. If i remember correctly, VirtualBox also uses Wine to simulate DirectX API functions. So I got the idea of changing the video output method from ...
by b-frame
06 Feb 2012 21:41
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Okay, this is the first time I used the GNU Debugger by command line. This is my output: Reading symbols from C:\Dokumente und Einstellungen\Administrator\Eigene Dateien \vlc-2.0.0-rc1\vlc.exe...(no debugging symbols found)...done. (gdb) run Starting program: C:\Dokumente und Einstellungen\Administr...
by b-frame
05 Feb 2012 19:13
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Okay, I (re-)downloaded "vlc 2.0.0-rc1 Twoflower" version from http://download.videolan.org/pub/testing/vlc-2.0.0-rc1/win32/ . I'm not sure, whether this is the same version as "vlc-2.0.0-rc1-20120205-0203". I tested it both on Windows Vista and on Win XP. Here is the result: Vis...
by b-frame
01 Feb 2012 18:06
Forum: VLC media player for Windows Troubleshooting
Topic: :Sout-all for Satellite transponder - CLIENT settings
Replies: 3
Views: 515

Re: :Sout-all for Satellite transponder - CLIENT settings

I have more or less the same problem. Can you explain how to make vlc stream every channel on an own port? That would be very nice :)
by b-frame
30 Jan 2012 17:34
Forum: VLC media player for Windows Troubleshooting
Topic: DVB C via VLC problems
Replies: 14
Views: 2786

Re: DVB C via VLC problems

I think you need to create a DVB-C tuning space under Windows. This is how i managed to get it work: viewtopic.php?f=14&t=90961
by b-frame
30 Jan 2012 11:41
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Thank you for the link. Multiupload.com is currently not working but at least it gave me links to other filehosters. So here is the file:
http://www.fileserve.com/file/bZDMAng (265 MiB)
by b-frame
27 Jan 2012 23:41
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

I downloaded vlc 2.0 rc1 and it still crashes with the new file. The old file doesn't make it crash but I only see a black picture instead of the video. :?:
by b-frame
27 Jan 2012 20:59
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Okay, now i realized that ffplay is a player and not a codec. So I downloaded and tried it. As there seems to be no option to speed up the playback in ffplay, I created a new, more complex ffv1 file which makes vlc crash even with 1.00x speed. (It has peak bitrates of > 180 MBit/s.) The Result: ffpl...
by b-frame
26 Jan 2012 19:59
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

Re: [BUG] Crash when playing FFv1 video too fast

Stupid question: Could you give me an exact command line how to enable the ffplay-codec? I tried these two:

Code: Select all

vlc -vvv --codec ffplay ffv1.avi vlc -vvv --codec=ffplay ffv1.avi
In both cases, vlc still crashed and wrote this line into the log:

Code: Select all

avcodec debug: ffmpeg codec (FFMpeg Video 1) started
by b-frame
25 Jan 2012 21:27
Forum: VLC media player for Windows Troubleshooting
Topic: [BUG] Crash when playing FFv1 video too fast
Replies: 14
Views: 1449

[BUG] Crash when playing FFv1 video too fast

I've found a bug in VLC media player on Windows. Everytime I play a FFv1 video faster than the player can load / decode it, it crashes. It's reproduceable. Google found this old thread , where someone had the same probleme but didn't realize that it's a question of speed. So if you have a fast compu...
by b-frame
25 Jan 2012 21:06
Forum: VLC media player for Windows Troubleshooting
Topic: Exact steps to enable VLC logging
Replies: 4
Views: 21613

Re: Exact steps to enable VLC logging

If I want a log, I do the following: Menu->Tools->Messages. Set Verbosity to 2. Hit Play and see how the log is written into the Messages window. If you wanna have it as a file, click "Save as...". It is important to mention that you only get the full log when the Messages window is alread...
by b-frame
25 Jan 2012 19:18
Forum: VLC media player for Windows Troubleshooting
Topic: Getting the Signal Strength
Replies: 1
Views: 443

Getting the Signal Strength

Hello people, is there any way of finding out, how the quality of the received dvb-signal is? On the forums there seem to be people who got the information from the message log of vlc. So I set the verbosity level to 2 and got tons of information but nothing concerning the signal strength. Google an...
by b-frame
24 Sep 2011 10:54
Forum: VLC stream-output (sout)
Topic: Video Streaming/Encoding Issue (I'm new to this)
Replies: 4
Views: 1119

Re: Video Streaming/Encoding Issue (I'm new to this)

Video encoding needs lots of cpu power, this is true. But just a little example for the size of uncompressed video: resolution * size per pixel = size per frame 1280 * 1024 * 3 = 3,75 MiB So if you want to livestream uncompressed video of a typical desktop resolution at 10 fps, you need 37,5 MiByte/...
by b-frame
22 Sep 2011 20:49
Forum: VLC stream-output (sout)
Topic: Video Streaming/Encoding Issue (I'm new to this)
Replies: 4
Views: 1119

Re: Video Streaming/Encoding Issue (I'm new to this)

Why do you need 3 machines? This doesn't sound rational to me. The computer which captures its screen will have to encode the video anyway. I think it's not possible to strean absolutely uncompressed data with vlc (that would need a lot of bandwidth). So why not encoding the video only once (like yo...

Go to advanced search