Search found 10 matches

Go to advanced search

by user411
09 Oct 2009 00:31
Forum: VLC media player for macOS Troubleshooting
Topic: Problem building VLC on OS X 10.6.1
Replies: 1
Views: 1514

Problem building VLC on OS X 10.6.1

I am trying to compile the current state of VLC from git on a Mac OS X 10.6.1 box with an Intel Core 2 Duo and the XCode from the 10.6 DVD using the method described at http://wiki.videolan.org/OSXCompile I handled the Missing libiconv.la error using the method described in the wiki. Regular 64-bit ...
by user411
08 Oct 2009 16:29
Forum: VLC media player for macOS Troubleshooting
Topic: build 1.0.1 failure
Replies: 14
Views: 2514

build 1.0.2 failure

I had the same issue as the first post, but with the 1.0.2 source using Mac OS X 10.5.5 and XCode 3.1.4 on an Intel Core 2 based notebook. Compiling from git looked promising, but eventually it errors out starting with ... In file included from playlist.m:42: ../../../include/vlc_keys.h:89: error: e...
by user411
08 Oct 2009 09:35
Forum: Development around libVLC
Topic: Problems embedding VLC in Qt-Widget on MacOS
Replies: 14
Views: 9194

Re: Problems embedding VLC in Qt-Widget on MacOS

Hi there, Have you had any more success with this? I am working on a Qt project that could use VLC's capabilities for cross-platform video streaming and presentation. From the look of your code modifications there is going to be a bit more platform specific structural code inside of #ifdef blocks th...
by user411
08 Oct 2009 09:12
Forum: Development around libVLC
Topic: Configuring project using libvlc on linux
Replies: 2
Views: 890

Re: Configuring project using libvlc on linux

Hi there,

This page in the wiki references how to include LibVLC in your .pro file on a Linux or Windows system:

http://wiki.videolan.org/LibVLC_SampleCode_Qt

I was wondering how it's done on a Mac and found your post. If anyone happens to know offhand, post it up! TIA
by user411
22 May 2008 23:07
Forum: VLC stream-output (sout)
Topic: RTSP -> FLV live stream transcoding
Replies: 25
Views: 52576

Re: RTSP -> FLV live stream transcoding

Hi johansyd, I'm sorry it took so long to post back. This issue is still quite relevant to me. To give some background to what's going on here, we used the method you describe in the past and now it's infeasible due to hardware limitations. Previously, we used a local Flex based capture application ...
by user411
18 Apr 2008 18:04
Forum: VLC stream-output (sout)
Topic: RTSP -> FLV live stream transcoding
Replies: 25
Views: 52576

Re: RTSP -> FLV live stream transcoding

The root of the answer is Flash cannot read RTSP out of the box, so I need VLC to transcode it. I need to be able to provide video to a Flex client that I'm given by RTSP. As far as I know, Red5 cannot transcode RTSP to RTMP. The current Wowza Media Server beta release can, but it requires sap annou...
by user411
09 Apr 2008 20:13
Forum: VLC stream-output (sout)
Topic: streaming x264 to flash
Replies: 11
Views: 7951

Re: streaming x264 to flash

I have been working on H264 live stream transcoding to Flash. Basically I want to do something like vlc --sout "#transcode{vcodec=H264,acodec=mp3,samplerate=11025}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" rtsp://127.0.0.1:554/sample_h264_100kbit.m...
by user411
09 Apr 2008 20:10
Forum: VLC stream-output (sout)
Topic: [Help REQ] rtmp streaming error
Replies: 13
Views: 23045

Re: [Help REQ] rtmp streaming error

Andrey.Hohutkin, are you implying that soon we will be able to specify access=rtmp? That is, is RTMP output streaming getting worked on in VLC? I think I have a similar problem to darkexcoriater. When I use the line associated with a streamed h.264/mp3 file: vlc --sout "#transcode{vcodec=FLV1,a...
by user411
31 Mar 2008 23:29
Forum: VLC stream-output (sout)
Topic: RTSP -> FLV live stream transcoding
Replies: 25
Views: 52576

Re: RTSP -> FLV live stream transcoding

Hi dynamitemedia, I am new to stream transcoding with VLC too. That's probably why I'm having this issue. Your second command line should work if your copy of VLC is built with mp4 support. I have had success without setting bitrates. I've also had success with leaving out the audio during a transco...
by user411
26 Mar 2008 23:22
Forum: VLC stream-output (sout)
Topic: RTSP -> FLV live stream transcoding
Replies: 25
Views: 52576

RTSP -> FLV live stream transcoding

Hi all, First off, thanks for the great forum. I've had a lot to read over the past few days trying to get RTSP -> FLV live stream transcoding going. I'm still having issue though, so I'm going to post them up. Problem Scope I need to transcode a live RTSP stream, encoded with MP4 video and audio in...

Go to advanced search