I know this post is a little old but I'm putting this here for others who stumble across it. I would use QT Broadcaster along with Darwin Streaming Server.
I can't get autoplay to work either. I can get it to play using the href java link. My end goal is to only have the video on the page with a few controls for the Axis camera that the stream is coming from. Here's the code I'm using which is from the online documentation sample but I changed the targ...
I saw a product in one of the TV Engineering magazines what hooked up to your serial port and had an NTSC input. It would read off LTC timecode and also provided 4 GPIs. Maybe you could use that and somehow script the output to talk to VLC??? There might be an easier option built into VLC. I don't k...
I have a setup where I'm transcoding video. The computer (Mac) running VLC is at a remote site. I am using the following command line to send the stream to a computer at our main site. The IP in the UDP URL is on a different subnet. I put in the 192.* for example only. ./VLC rtsp://192.168.0.90:554/...
I figured it out. I had the FPS setting in the brackets for the GOP settings. Moved it outside of the brackets and now the stream doesn't drop off when transcoding the MPEG 4 stream.
I am transcoding a MPEG 4 stream from an Axis 232D camera to a lower bit rate using ffmpeg. I was trying to relay the stream with Darwin Streaming Server and the stream would stop streaming after about 2 minutes. I started trouble shooting. Using the command line below I get the same results with VL...
I got Sony to send me a demo of their SNC-25RZ25N MPEG 4 camera and ran into the same thing. I access the stream but then the message window of VLC said it was waiting for sequence to start or something like that. Here was my post. http://forum.videolan.org/viewtopic.php?t=12135 I could get the MJPE...
Has anyone had luck playing the MPEG 4 stream from the Sony SNC-RZ25N camera? When I open the stream using ./VLC -vvv http://192.168.0.91/mpeg4?UdpMode=unicast&UdpPort=30000 VLC will hang on '[00000269] packetizer_mpegvideo packetizer debug: waiting for sequence start'. It seems that VLC has suc...
Quicktime starts buffering the video right away. It buffers for about 2 seconds then displays the video. This does seem a little long to me because the computer and camera on on the same 100mb network. I'm a little new to the unicast/multicast thing. If I'm pointing my url to http://<ip>:554 isn't t...
Here's the output. The TaskInterrupt repeats until I cancel with ctrl c. Last login: Thu Sep 8 21:06:12 on console Welcome to Darwin! MacMini:~ koat$ cd /Applications/VLC.app/Contents/MacOS/ MacMini:/Applications/VLC.app/Contents/MacOS koat$ ./vlc -vvv http://192.168.0.90/mpeg4/1/video.sdp [00000001...
I can't get VLC 8.2 to open an MPEG 4 stream from the Axis 213 camera. I can open it using Quicktime Player. It looks to be something with the demux module but I'm not quite sure. It says the stream successfully opened but no video displays. Can you guys take a look at the log below and see what you...