Search found 36 matches

Go to advanced search

by sjensen
18 Apr 2007 17:25
Forum: VLC stream-output (sout)
Topic: poss. bug w/ rtp output module?
Replies: 1
Views: 930

poss. bug w/ rtp output module?

I'm doing video-only streamign with VLC grabbing from several v4l webcams, transcoding to m4v format, and passing it off to a Darwin Streaming Server. My startup script: #!/bin/bash clear # $1 = sdp file name, put in /usr/local/movies # $2 = ip to broadcast udp to # $3 = port to broadcast udp to # $...
by sjensen
18 Apr 2007 15:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC start over cronjob
Replies: 3
Views: 3171

vlc -I dummy .....


Use the dummy interface, its cronable. Might want to redirect output to a file instead of having cron mail it to you, especially if you use the -v argument
by sjensen
16 Apr 2007 16:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc and codecs
Replies: 1
Views: 726

vlc and codecs

All - Where does VLC pull its codecs from? Can it use other things, like the "windows" dlls that mplayer can point to? Weird issues - I finally got things working for an important broadcast, but I have to use my personal desktop to do it. Running Ubuntu 6.10.... a second computer, also wit...
by sjensen
12 Apr 2007 15:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Running VLC on boot-up
Replies: 2
Views: 862

Start an X server on a known display number (default is :0), then start VLC with:

DISPLAY=:0 vlc /path/to/file


And you'll want to do this in rc.local. May want to start VLC with the -I dummy options to keep the player control interface from showing.
by sjensen
11 Apr 2007 16:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: broadcast a firewire 1394 video over internet under linux
Replies: 4
Views: 2937

Trying to do this... just usign dvgrab to record an AVI and VLC can't play it - audio is screwed, video is a simple blue screen. Copy the avi to a windows machine and it plays fine.

Using dvgrab and vlc from Ubuntu Feisty Fawn.... any help?
by sjensen
11 Apr 2007 15:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Installing VLC into my IP Camera
Replies: 3
Views: 1672

Take a look at the Darwin Streaming Server from Apple. It is Free and free, and can relay streams, etc. Also VLC can grab mjpeg from your axis cam and reencode and pass off to darwin...
by sjensen
11 Apr 2007 15:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Streaming from DV cam by UDP or RTP -- lost packets
Replies: 2
Views: 1141

Bump for you... I'm trying ot just get a capture from my fw cam into vlc so I can stream it via darwin...
by sjensen
05 Apr 2007 21:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Bangin my head... pls help!
Replies: 1
Views: 737

After checking in IRC, it seems there are issues with teh VLC in Ubuntu 6.10. Updating to the fiesty fawn beta now...
by sjensen
05 Apr 2007 19:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Bangin my head... pls help!
Replies: 1
Views: 737

Bangin my head... pls help!

I need to do a live stream, which I can do no problem as soon as I get this issue fixed... Using Ubuntu 6.10. Data is provided by (atm) a VCR hooked up via RCA cables to a Magic Mac Box that converts component/rca to firewire, for my live broadcast a TV station will be giving me component/RCA feeds ...
by sjensen
04 Apr 2007 15:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: firewire and VLC
Replies: 1
Views: 1015

Got it working. Moved firewire card to new/better computer (from Dell GX1 to GX270), changed component->firewire box to digital out (it was on analog),a nd it works for video. Sound is funky, thats another issue.
by sjensen
02 Apr 2007 17:16
Forum: VLC media player for Windows Troubleshooting
Topic: sound optical S/PDIF problam in Vista
Replies: 12
Views: 2797

Read the article linked below - it explains how Vistas wonderful DRM will not allow you to play potentially protected content over anything too high quality or easy to re-capture - S/PDIF issues are mentioned explicitly.

http://www.cs.auckland.ac.nz/~pgut001/p ... _cost.html
by sjensen
27 Mar 2007 19:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: firewire and VLC
Replies: 1
Views: 1015

firewire and VLC

According to http://www.videolan.org/doc/streaming-howto/en/ch11.html Reading and the streaming from Firewire should be no issue.... heh. When I do: vlc -vvv dv/rawdv:///dev/raw1394 VLC starts up, but then stops and appears to be waiting for input. Checking the xterm I started VLC from, it is hangin...
by sjensen
27 Mar 2007 18:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Impossible make online Streaming? :S:S
Replies: 1
Views: 756

Darwin Streaming Server could be your friend...
by sjensen
22 Mar 2007 19:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: v4l2 status?
Replies: 2
Views: 1829

v4l2 status?

Anyone able to tell me what the status of full v4l2 support is in vlc? VLC does a great job for what I need it for - sending a UDP stream to a Darwin server to be served up to the world. Unfortunately, all the new hardware available (cams, capture cards) are v4l2 only.... which vlc does not (yet) fu...
by sjensen
01 Dec 2006 14:31
Forum: General VLC media player Troubleshooting
Topic: sending commands to a running instance of VLC via cmd line?
Replies: 1
Views: 842

Check out the telnet interface... you may be able to do what you want there.
by sjensen
27 Nov 2006 18:58
Forum: VLC stream-output (sout)
Topic: stream audio only from windows to darwin
Replies: 1
Views: 1046

stream audio only from windows to darwin

I think I have this sorta working proper, but I get "nothing to play" when I try and connect back to my darwin stream. My batch file does produce a SDP file that looks proper though... any help? Batch file to create stream and SDP file "C:\Program Files\VideoLAN\VLC\vlc.exe" -v -...
by sjensen
14 Nov 2006 20:00
Forum: VLC stream-output (sout)
Topic: create stream with windows batch file?
Replies: 1
Views: 972

create stream with windows batch file?

Hi all... I've been doing this on the Linux side no problem but now I have to involve a windows machine... and I'm lost/stuck. :( I need to be able to create a bat file that will grab audio from the mic line on hte sound card, transcode it, create a SDP file, and pass it off in rtp format to our dar...
by sjensen
21 Sep 2006 16:18
Forum: VLC stream-output (sout)
Topic: Has ANYONE got streaming to Quicktime working?
Replies: 5
Views: 2758

Sorry for the delay. Using rtsp, live streaming from a webcam to quicktime player or plugin/activex on the client side, transcoding to mp4v and mp4a
by sjensen
12 Sep 2006 15:57
Forum: VLC stream-output (sout)
Topic: Has ANYONE got streaming to Quicktime working?
Replies: 5
Views: 2758

I'm using VLC with Darwin, no issues. Works great.
by sjensen
12 Sep 2006 15:56
Forum: VLC stream-output (sout)
Topic: How to generate sdp file by vlc
Replies: 3
Views: 2405

I use VLC with Darwin Streaming Server (from apple) and it generates a proper sdp file for me no problem. root@ubuntu:~# cat StartStream.sh #!/bin/bash clear # $1 = sdp file name, put in /usr/local/movies # $2 = ip to broadcast udp to # $3 = port to broadcast udp to echo \$1 should be the sdp file n...
by sjensen
01 Sep 2006 18:55
Forum: Coffee Corner
Topic: Great free programs :)
Replies: 28
Views: 24415

wimps.

The linux kernel
various GNU utilities/tools/apps
anything else I can apt-get
by sjensen
01 Sep 2006 18:11
Forum: VLC stream-output (sout)
Topic: getting sdp file to darwin server
Replies: 0
Views: 664

getting sdp file to darwin server

I've been playing with some streaming using vlc to send to darwin and darwin to clients using quicktime. Works great while its on the same machine, I just specify the sdp file as being put out to /usr/local/movies/foo.sdp. However, this won't do for production - lots of camera machines, all sending ...
by sjensen
01 Sep 2006 18:07
Forum: VLC stream-output (sout)
Topic: How to determine bandwidth usage
Replies: 3
Views: 1652

Use something like bmon on your server (or a test machine) and watch what's being used as each client connects. Using a v4l device as my input, streaming video at 320x240@10fps using mp4 format and no audio it uses 15-19K/sec/viewer coming out of my darwin server.
by sjensen
01 Sep 2006 18:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: webcast using vlc?
Replies: 2
Views: 1588

Broadcast it using RTSP and Darwin Streaming Server.
by sjensen
01 Sep 2006 18:03
Forum: VLC stream-output (sout)
Topic: recording MPEG4 stream via command line
Replies: 2
Views: 1088

Take the command args from the window at the bottom of the VLC gui, and use that on your command line. Be sure to use the "-I dummy" argument to not start a GUI when you run vlc from the command line.

Go to advanced search