Search found 16 matches

Go to advanced search

by xinaction
26 Dec 2011 01:55
Forum: VLC media player for macOS Troubleshooting
Topic: [iPad]MobileVLC with HTTP stream
Replies: 7
Views: 5137

Re: [iPad]MobileVLC with HTTP stream

add the '--http-user-agent' parameter in plist or vlckit
by xinaction
13 Dec 2011 11:17
Forum: Development around libVLC
Topic: [VLCKit on Mac]Failed to change source AR
Replies: 1
Views: 597

Re: [VLCKit on Mac]Failed to change source AR

Has anyone encountered this problem?
by xinaction
13 Dec 2011 11:16
Forum: VLC media player for macOS Troubleshooting
Topic: [VLCKit on Mac]Failed to change source AR
Replies: 6
Views: 1465

Re: [VLCKit on Mac]Failed to change source AR

What does [player videoAspectRatio] return for your video?
[player videoAspectRatio] : null
I had used different video files for test. so, I think it's none of videos business.
Thanks for your help. :)
by xinaction
09 Dec 2011 09:19
Forum: VLC media player for macOS Troubleshooting
Topic: [VLCKit on Mac]Failed to change source AR
Replies: 6
Views: 1465

[VLCKit on Mac]Failed to change source AR

I'm trying to learn VLCKit,I would like to make a player based on this example:vlc-1.1/projects/macosx/framework/Examples There are two problems: 1. I use a 768 * 480 video for test, when playing, vlc converted my size into 768 * 576. I think the reason is the "aspect-ratio" , so I want to...
by xinaction
09 Dec 2011 09:16
Forum: Development around libVLC
Topic: [VLCKit on Mac]Failed to change source AR
Replies: 1
Views: 597

[VLCKit on Mac]Failed to change source AR

I'm trying to learn VLCKit,I would like to make a player based on this example:vlc-1.1/projects/macosx/framework/Examples There are two problems: 1. I use a 768 * 480 video for test, when playing, vlc converted my size into 768 * 576. I think the reason is the "aspect-ratio" , so I want to...
by xinaction
09 Dec 2011 01:40
Forum: VLC media player for macOS Troubleshooting
Topic: Build VLC for iOS
Replies: 18
Views: 9250

Re: Build VLC for iOS

you should look at the "config.log" in the ffmpeg folder.
focus on ffmpeg
by xinaction
09 Dec 2011 01:37
Forum: VLC media player for macOS Troubleshooting
Topic: mms - wmv streaming videos
Replies: 5
Views: 1125

Re: mms - wmv streaming videos

Logs shows you the problem...
by xinaction
09 Dec 2011 01:36
Forum: VLC media player for macOS Troubleshooting
Topic: Unable to build VLC for iOS 5.0&Mac OS X Lion
Replies: 2
Views: 900

Re: Unable to build VLC for iOS 5.0&Mac OS X Lion

Read the Makefile, put the ffmpeg into the corresponding folder.
by xinaction
25 Nov 2011 06:05
Forum: VLC media player for macOS Troubleshooting
Topic: Build VLC for iOS
Replies: 18
Views: 9250

Re: Build VLC for iOS

you should look at the "config.log" in the ffmpeg folder.
by xinaction
22 Sep 2011 13:41
Forum: VLC media player for macOS Troubleshooting
Topic: VLC input http live stream
Replies: 2
Views: 1279

Re: VLC input http live stream

PS: i can play a part of the live stream as a file that store on my apache server.
by xinaction
22 Sep 2011 13:39
Forum: VLC media player for macOS Troubleshooting
Topic: VLC input http live stream
Replies: 2
Views: 1279

VLC input http live stream

hi,guys. I can play the http stream from my Apache server with MobileVLC, such as, http://192.168.1.1:8888/test.flv but, i aslo have a live stream: "http://192.168.1.2:9999/test" with the follow format Video Codec : H264/AVC Bitrate : 600 Kbps (75 KB / s) Size : 720 x 406 Frame : NTSC 29.9...
by xinaction
22 Sep 2011 09:24
Forum: VLC media player for macOS Troubleshooting
Topic: [iPad]MobileVLC with HTTP stream
Replies: 7
Views: 5137

Re: [iPad]MobileVLC with HTTP stream

I have solved the problem, because this parameter '--http-user-agent'
by xinaction
21 Sep 2011 04:35
Forum: VLC media player for macOS Troubleshooting
Topic: [iPad]MobileVLC with HTTP stream
Replies: 7
Views: 5137

Re: [iPad]MobileVLC with HTTP stream

thank you. I tried to modify the code in such a way to open a http stream, self.url = [NSURL URLWithString:@"http://192.168.1.100/xinaction/test.flv"]; [_mediaPlayer setMedia:[VLCMedia mediaWithURL:self.url]]; but it will error, it seems that in http.c on line 343 about 'http-user-agent', ...
by xinaction
20 Sep 2011 10:43
Forum: VLC media player for macOS Troubleshooting
Topic: [iPad]MobileVLC with HTTP stream
Replies: 7
Views: 5137

[iPad]MobileVLC with HTTP stream

I have successfully built VLC for iOS, it can play local files, I would like to add some features that can play Http Streaming, MobileVLCkit support network? or need me to add live555? Can u give me some ideas? Thanks.

Go to advanced search