Search found 23 matches

Go to advanced search

by ggunners
07 Sep 2006 20:07
Forum: VLC stream-output (sout)
Topic: VLC uses excessive amounts of memory
Replies: 14
Views: 7927

Just a question. Are you running VLC in a window? If so, is it maximized or minimized. For Windows, minimizing the VLC app stops the memory creep. I'm running VLC on Win2K, 2 instances, one for a TV Tuner and another for a web cam, with both minimized, I can run this computer for weeks at a time wit...
by ggunners
16 Aug 2006 23:38
Forum: VLC stream-output (sout)
Topic: Best settings for WMP9+
Replies: 1
Views: 1198

I find this works best for unicast to WMP.

#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mp3,ab=64,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,url=10.203.1.9:80}}

Use mms: and IP address in WMP like

<Open> <URL> mms://10.203.1.9:80.

-- ggunners
by ggunners
15 Dec 2005 22:55
Forum: VLC stream-output (sout)
Topic: VLC UDP memeory leak
Replies: 1
Views: 751

I found that minimizing VLC would make the memory usage drop to a reasonable level on Win computers. See if it works for you.

-- ggunners
by ggunners
15 Dec 2005 16:52
Forum: VLM
Topic: Need Help w/VLM rtsp streaming
Replies: 3
Views: 5547

Thanks Antoine, I used the examples in chapter 5 page 38 of the VideoLAN Streaming Howto for "simple broadcasting". All the examples have an output statement. I'll give it a try without the outputs. Back again. Tried the test.vlm file without the output and the video plays on the server bu...
by ggunners
14 Dec 2005 22:44
Forum: VLC stream-output (sout)
Topic: Streaming (in broadcast) a meeting for a university
Replies: 6
Views: 3171

WMP is pretty picky on what it wants and what works with it. Try something like this: sout=#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mp3,ab=64,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,url=10.203.71.90:80}} Then in WMP use "mms://10.203.71.90:80". The only problem is that this ...
by ggunners
13 Dec 2005 22:04
Forum: VLM
Topic: Need Help w/VLM rtsp streaming
Replies: 3
Views: 5547

  • Is my understanding wrong regarding VLM serving as an rtsp server?
    Is my code wrong?
    Am I trying to do something incorrectly?
    Should I just wait and be patient?
-- ggunners
by ggunners
09 Dec 2005 18:56
Forum: VLC stream-output (sout)
Topic: TV Tuner Channel Changer Playlist (Help)
Replies: 7
Views: 2653

What I've seen regarding playlists and DirectShow is that VLC receives the current state of the PC when it starts. So, if you selected the TV Tuner card with other software and nothing changed that state, VLC may work just fine. On the other hand, it's possible when you re-boot your computer and do ...
by ggunners
07 Dec 2005 23:24
Forum: VLM
Topic: Channel selecting
Replies: 12
Views: 11612

OK, I stand corrected, or with a little change, one tuner = one frequency, however that single frequency can include an mpeg transport stream with multiple muxed channels inside of it. So, any digitally muxed single frequency can contain several channels up to the capacity of the carrier. Just didn'...
by ggunners
06 Dec 2005 19:23
Forum: VLC stream-output (sout)
Topic: Multiple Inputs on one server
Replies: 6
Views: 1894

On a Windows 2000 machine, I just launch 2 versions of VLC, one streams from source 1 (TV Tuner Card) and the other streams from source 2 (USB Web Cam).

Does that answer your question?

-- ggunners
by ggunners
06 Dec 2005 17:55
Forum: VLM
Topic: Channel selecting
Replies: 12
Views: 11612

It's physically impossible for a TV Tuner, Satellite Tuner or Cable TV tuner to select more than a single channel at a time. So if you want to view, stream or select more than one channel, you need more than one tuner. Even Picture-in-Picture requires 2 tuners to select 2 channels. Good luck on your...
by ggunners
05 Dec 2005 16:56
Forum: VLM
Topic: Channel selecting
Replies: 12
Views: 11612

Yes, you need a dedicated receiver for each stream.

Yes, either you can change channels for specific stream through a list-of-channels Playlist or you can switch between streams through a list-of-streams Playlist.

-- ggunners
by ggunners
05 Dec 2005 15:09
Forum: VLM
Topic: Channel selecting
Replies: 12
Views: 11612

One stream, one channel at a time.

You can change channels through a Playlist.

Multicast will let everyone see the same channel at a time.

Multiple channels simultaneously requires multiple streams.

-- ggunners
by ggunners
03 Dec 2005 01:08
Forum: VLC stream-output (sout)
Topic: TV Tuner Channel Changer Playlist (Help)
Replies: 7
Views: 2653

If you were going to unicast to a Windows Media Player (WMP), I'd use the mmsh:// output with 300kbps or so for video and 64kbps for audio and if you need to work through firewalls, you'd use the mmsh: from a port 80 address. Something like this: #EXTVLCOPT:sout=#transcode{vcodec=WMV2,vb=384,scale=1...
by ggunners
02 Dec 2005 21:10
Forum: VLC stream-output (sout)
Topic: TV Tuner Channel Changer Playlist (Help)
Replies: 7
Views: 2653

Perhaps if you share your Playlist, others can help.

-- ggunners
by ggunners
02 Dec 2005 20:06
Forum: VLM
Topic: Need Help w/VLM rtsp streaming
Replies: 3
Views: 5547

Need Help w/VLM rtsp streaming

I've setup a VLM.CONF file called test.vlm that says: new stream1 broadcast enabled setup stream1 input udp://@229.7.7.1:4444 setup stream1 output #standard{mux=ts,access=udp,url=229.10.10.1:4444} control stream1 play The command line says: "C:\Program Files\VideoLAN\VLC\vlc.exe" --ttl 20 ...
by ggunners
02 Dec 2005 17:13
Forum: VLC stream-output (sout)
Topic: VoD from VLC to Windows Media Player
Replies: 6
Views: 3335

One thing I note is that you have the video and audio on the same IP/port number. I think they need their own even port number for each. Also, WMP needs to see an RTSP server response. Chapter 5 in the VideoLAN Streaming howto describes how VLM can respond to RTSP requests and serve up VoD or broadc...
by ggunners
01 Dec 2005 21:05
Forum: VLC stream-output (sout)
Topic: No sound with MS Media Player
Replies: 2
Views: 930

You may have to transcode to something Windows Media Player would like to see or hear. I've found mp3 audio to be acceptable to WMP. sout=#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mp3,ab=64,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,url=10.203.71.90:80}} This does work with WMP version 9....
by ggunners
01 Dec 2005 21:01
Forum: VLC stream-output (sout)
Topic: TV Tuner Channel Changer Playlist (Help)
Replies: 7
Views: 2653

If you're just trying to view it on your PC, the playlist does not need an extended "sout" entry, just send it to the "display" device. #EXTM3U #EXTINF:0,11 - TV Tuner Card #EXTVLCOPT:dshow-vdev=ATI Rage Theater Video Capture #EXTVLCOPT:dshow-adev=SoundMAX Digital Audio #EXTVLCOP...
by ggunners
01 Dec 2005 20:51
Forum: VLC media player for Windows Troubleshooting
Topic: Usb cam crashes windows
Replies: 3
Views: 982

My Kodak USB camera also crashes my computer unless I check the box titled "Device Properties" under "Advanced Options" of the Streaming Device dialog box of VLC 0.8.4.

This check box launches some Windows device dialogs that must be used to prevent crashing.

-- ggunners
by ggunners
01 Dec 2005 20:27
Forum: VLC media player for Windows Troubleshooting
Topic: Memory Increases Quickly with Web Interface & DirectShow
Replies: 4
Views: 997

Success! Was able to run a VLC streaming server from an ATI TV Tuner card to a UDP multicast stream for over 19 hours with very little increase in memory utilization. The trick was to minimize VLC while streaming. It only grew from about 8Meg of memory use to 15Meg of memory use in 19 houres. All ot...
by ggunners
30 Nov 2005 20:02
Forum: VLC media player for Windows Troubleshooting
Topic: Memory Increases Quickly with Web Interface & DirectShow
Replies: 4
Views: 997

An update on this memory issue. The Windows Task Manager shows the memory allocation for vlc server or client continuing to grow as channels are changed on the dshow device. However, if you minimize vlc, the Task Manager will report a deallocation of memory back down to about 8 meg of memory from so...
by ggunners
29 Nov 2005 18:50
Forum: VLC media player for Windows Troubleshooting
Topic: Memory Increases Quickly with Web Interface & DirectShow
Replies: 4
Views: 997

Memory Increases Quickly with Web Interface & DirectShow

Hello, Can anyone verify this information. I've setup a channel listing for a DirectShow TV Tuner card and it works fine except it seems to allocate a lot of memory for each channel switch from the PlayList and even more memory for each channel switch from the http interface. Playlist increases the ...

Go to advanced search