Search found 8 matches

Go to advanced search

by davecove
23 Jan 2015 23:35
Forum: Development around libVLC
Topic: Need help compiling for Win32 on Ubuntu
Replies: 1
Views: 429

Need help compiling for Win32 on Ubuntu

I am using Ubuntu 14.04 to compile VLC (fresh git) for Win32 by following the directions on this page: https://wiki.videolan.org/Win32Compile/ During the ../extras/package/win32/configure.sh step I get the following error checking for AVCODEC... no configure: error: No package 'libavcodec' found No ...
by davecove
22 Jan 2015 19:56
Forum: VLC media player for Windows Troubleshooting
Topic: How do I prevent video before RTCP SR arrival?
Replies: 1
Views: 312

How do I prevent video before RTCP SR arrival?

I have a problem, streaming from IP cameras using RTSP, wherein I get video for a few seconds, then the screen goes gray, and then the video comes back for good. I have discovered the cause: When the video first appears, after the first buffer period, the first few presentation times (PCRs) - before...
by davecove
22 Jan 2015 19:49
Forum: VLC media player for Windows Troubleshooting
Topic: Temporary video cut-out after start
Replies: 1
Views: 350

Re: Temporary video cut-out after start [Why Explained]

Answering my own question: When the video first appears, after the first buffer period, the first few presentation times (PCRs) - before RTCP synchronization occurs - are just 'guesses' made by the receiving code (based on the receiver's 'wall clock' and the RTP timestamp). Once RTCP synchronization...
by davecove
21 Jan 2015 20:03
Forum: VLC media player for Windows Troubleshooting
Topic: Temporary video cut-out after start
Replies: 1
Views: 350

Temporary video cut-out after start

I hope someone can help me here, I am going crazy trying to figure this out. I have an Axis IP camera I am trying to stream from. When I run VLC like this: vlc.exe rtsp://root:root@192.168.42.27:554/axis-media/media.amp I get an image immediately, but after several seconds the image drops to a gray ...
by davecove
24 Dec 2014 15:20
Forum: Development around libVLC
Topic: Temporary video cut-out after start
Replies: 3
Views: 666

Temporary video cut-out after start

I am using the VlcControl from Vlc.DotNet.Wpf in this manner: VlcControl vlc = new VlcControl() { Media = new LocationMedia("rtsp://" + camera.User + ":" + camera.Pass + "@" + camera.IP + ":554/" + camera.URL) }; Binding binding = new Binding("VideoSource...
by davecove
14 Jul 2014 00:47
Forum: VLC media player for Windows Troubleshooting
Topic: Trouble playing a network stream
Replies: 1
Views: 632

Trouble playing a network stream

I am trying to play some streams from a proprietary media server. Basically when you present an address like this: "http://192.168.42.13:8080/Files/Download/Video/8c1be07c-ae03-448d-80df-6349842ae135" you are given a file to download. if you visit that site with a browser, it immediately s...
by davecove
14 Dec 2011 02:10
Forum: Development around libVLC
Topic: Am i in the right place?
Replies: 2
Views: 411

Re: Am i in the right place?

Apparently I am in the wrong place.

Can someone please suggest a forum (VLC or other) where an experienced developer who has never done anything with live streaming video can go to learn how to capture a video stream and put it into a .MOV file?

Thank you for your time,
Dave
by davecove
13 Dec 2011 05:58
Forum: Development around libVLC
Topic: Am i in the right place?
Replies: 2
Views: 411

Am i in the right place?

I have a need to catch a H.264 stream and a G.726 stream from an IP video camera and write the result to a MOV file on the fly... think spooling A/V from a security camera to disk for later review. Streams will last 15 to 30 minutes and then the file gets to close. Am I in the right place to learn h...

Go to advanced search