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...
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...
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...
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', ...
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.