Search found 41 matches

Go to advanced search

by linked
08 Sep 2018 18:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: initWithStream - NSInputStream
Replies: 1
Views: 561

initWithStream - NSInputStream

Hello, I have notice the new method: - (instancetype)initWithStream:(NSInputStream *)stream; I'm don't have found something about the difference with regular NSURL way. I mostly use stream over rtsp, will it works better if i switch to this new method ? There is some mention about use of NSURLSessio...
by linked
01 Aug 2018 22:27
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Switching controllers cause crash
Replies: 0
Views: 637

Switching controllers cause crash

Hello, I just compiled latest LibVLCKit today for my IOS app and can't resolve a crash problem. Here is how i get the crash: Go from Screen A (menu) to Screen B (vlc player) and close Screen B to go back to A. Repeat this a second time and when back to Screen A, the app crash. It's a EXC_BAD_ACCESS ...
by linked
01 Feb 2018 20:31
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

Re: No more ASF support ???

Where to fill a bug report ? I just have check and the official ios VLC can't read it too. Here are some samples: http://176.158.217.56/videostream.asf?user=admin&pwd= http://177.38.56.70:90/videostream.asf?user=admin&pwd= http://2.105.52.88:84/videostream.asf?user=admin&pwd= http://203....
by linked
13 Jan 2018 20:51
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

Re: No more ASF support ???

Some ASF works that's why i have add the codec in previous description. Don't know the real problem but would be nice to have a fix after so long time.
by linked
02 Jan 2018 17:00
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

Re: No more ASF support ???

I just have compiled the latest Master for IOS MobileVLCKit.framework (without any custom settings) and the stream of my webcam still don't work. The official VLC for mac that can read it show this in codec window information: Video: Motion JPEG video (MJPEG) Audio: IMA WAV ADPCM Audio (ms) I can't ...
by linked
14 Apr 2017 16:36
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

Re: No more ASF support ???

The master build don't compile with -f option: cd png && /Applications/Xcode.app/Contents/Developer/usr/bin/make install /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am cp libpng-config libpng16-config cp libpng.pc libpng16.pc /bin/sh ./libtool --tag=CC --mode=link xcrun c...
by linked
14 Apr 2017 14:56
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

Re: No more ASF support ???

Oh sorry i have make a typo, the latest build was from 27 march 2017 and not 2016.
Has something changed in the last 20 days ?
by linked
28 Mar 2017 15:38
Forum: Development around libVLC
Topic: No more ASF support ???
Replies: 16
Views: 3450

No more ASF support ???

Hello, With a old build of VLCKIT 3.0pre2 for IOS i was able to read .asf URL from a IP camera that has MJPEG and ADPCM format. And now every build i try can't open the correct module but i cant find why. I have compared the 2 log files. The one that works VLCKIT 3.0pre2 build around march 2016: 201...
by linked
06 Mar 2017 23:14
Forum: Development around libVLC
Topic: Playing mkv from https with self signed certificate on iOS device
Replies: 2
Views: 2116

Re: Playing mkv from https with self signed certificate on iOS device

The only version i get it working is 2.7 branch but the question (that don't appear in this 2.7 version) has a bug. The result is never used to trust the cetificate. Answer var is not good. Just bypass this piece of code in securetransport.c around line 326. Remove the if line that check for answer ...
by linked
06 Mar 2017 23:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS-Can't play the video with VLC over https protocol on iOS 10 enabled ATS
Replies: 5
Views: 5922

Re: iOS-Can't play the video with VLC over https protocol on iOS 10 enabled ATS

I have compiled myself the 2.7 branch with securetransport.c modification that disable the question (that don't appear in 2.7) about insecure site around line 326. Just remove the if line that check for answer to force it like a always YES. Looks like this hack works until now. Version 3.0pre2 force...
by linked
06 Mar 2017 22:52
Forum: Development around libVLC
Topic: Compilation error about xcrun
Replies: 2
Views: 1599

Re: Compilation error about xcrun

Well, if i compile the project myself with command line, i now have this line that works: CommandLine /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header... Don't know how to solve the problem but for people who want to compile it by han...
by linked
06 Mar 2017 21:53
Forum: Development around libVLC
Topic: Compilation error about xcrun
Replies: 2
Views: 1599

Re: Compilation error about xcrun

Someone know where in the build process the SharedPrecompiledHeaders folder is build with MobileVLCKit_Prefix.pch.data file that contain this line: CommandLine xcrun\ clang -x objective-c-header -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11...
by linked
02 Mar 2017 15:15
Forum: Development around libVLC
Topic: Compilation error about xcrun
Replies: 2
Views: 1599

Compilation error about xcrun

Hello, I try to compile latest VLCKit for IOS and vlc compile fine until i add the -f option. It produce this error: error: can't exec 'xcrun clang' (No such file or directory) I have try command below but there is no change: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/ Step...
by linked
17 Oct 2016 13:25
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit can't play high resolution video
Replies: 0
Views: 336

VLCKit can't play high resolution video

Hi, I have tested VLCKit pre3 compiled from myself and the nightly too. The nightly since 1 month are linked to felix computer, just see the small size of binary. About the problem, i can play some 720x576 H264 - mpeg-4 AVC part 10 video over rtsp without problem but other 1440x1090 H264 - mpeg-4 AV...
by linked
29 Sep 2016 18:09
Forum: VLC for iOS, iPadOS and Apple TV
Topic: IOS 2.7 or 2.8 or latest pre3 dont compile
Replies: 0
Views: 393

IOS 2.7 or 2.8 or latest pre3 dont compile

Hi, The latest pre3 file no more compile since a lot of months. I have try today to git clone 2.7 or 2.8 branch and compile it wihtout success. Steps to reproduce the error on latest Mac Sierra OS: git clone -b iOS-2.7 https://code.videolan.org/videolan/VLCKit.git ./buildMobileVLCKit.sh -f The log i...
by linked
10 Jun 2016 17:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How to switch subtitle in a rtsp stream ?
Replies: 1
Views: 565

How to switch subtitle in a rtsp stream ?

Hi, I use this code to read a rtsp link: _mediaplayer.media = [VLCMedia mediaWithURL:@"myrtsplink"]; It's working fine but in this stream there is one or more subtitle track. I can see them with VLC for mac when i use the menu. How can i switch them with VLCMedia ? I can't find any docs ab...
by linked
25 May 2016 23:12
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found
Replies: 5
Views: 1167

Re: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found

Any news about the issue ?

I just have download the MobileVLCKit 3.0.0-pre3 archive and start the compile process as usual.
It's not the first time i compile myself this code but there is clearly a error in the latest archive.
by linked
26 Dec 2015 23:28
Forum: VLC for iOS, iPadOS and Apple TV
Topic: live555 URL failed in iOSCompile in vlc-ios-2.7.0
Replies: 5
Views: 1158

Re: live555 URL failed in iOSCompile in vlc-ios-2.7.0

I didn't have this problem.
But after I search about "install-ios-iPhoneSimulator" , I find they are some directory in this path,such like "i386"
Maybe you can try it!
Have you use directly the git or the file to download ?
I have test with the file.
by linked
23 Dec 2015 14:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: live555 URL failed in iOSCompile in vlc-ios-2.7.0
Replies: 5
Views: 1158

Re: live555 URL failed in iOSCompile in vlc-ios-2.7.0

After This i get another problem: ./buildMobileVLCKit.sh: line 42: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneSimulator: No such file or directory It was complaining before this about install-ios-iPhoneOS folder not found but i have add the missing OS behind install-ios-iPhone. Any id...
by linked
23 Dec 2015 12:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: live555 URL failed in iOSCompile in vlc-ios-2.7.0
Replies: 5
Views: 1158

Re: live555 URL failed in iOSCompile in vlc-ios-2.7.0

Same problem, thanks for the solution
by linked
10 Dec 2015 16:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Chromecast help
Replies: 1
Views: 1230

Chromecast help

Hi, I use the MobileVLCKit and i wonder if there is a way to send a movie stream to my Chromecast. The sample of Google website use a http:// movie and it works nice but i mostly have rtsp stream, like ip camera. Maybe there is a way to get the VLC frames and send them to Chromecast ? What about aud...
by linked
29 Aug 2015 01:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Catch the UIAlertView message on error
Replies: 5
Views: 566

Re: Catch the UIAlertView message on error

It's a sort of custom answer by a ISP hardware: Received 186 new bytes of response data. Received a complete SETUP response: RTSP/1.0 453 Not Enough Bandwidth Cseq: 5 Server: xxxrtspd/1.2 xxxx RTSP server Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE xxxx-Error: 402 "server is busy&qu...
by linked
23 Aug 2015 21:16
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Catch the UIAlertView message on error
Replies: 5
Views: 566

Re: Catch the UIAlertView message on error

I have no problem to enable a verbose log and see the very explicit problem in this log. What i need is to catch this error with a piece of code like: If(nastyErrorFromLog){ // do this } I need it because the error i see is very common for my use and it will be amazing to catch this with code to aut...

Go to advanced search