Search found 11 matches

Go to advanced search

by rikkles
11 Mar 2013 17:14
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

@Ferretizer, grab a fresh copy of the whole thing and implement the changes I suggested. VLC on iOS works fine for me now as far as file:// and http:// are concerned. I'm still getting a black screen when trying udp:// and rtp:// . Here's the log which doesn't say much: 2013-03-11 18:08:47.015 VLC[3...
by rikkles
04 Mar 2013 19:45
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

Update: http stuff works, but udp and rtp doesn't. Still digging.
by rikkles
04 Mar 2013 16:50
Forum: Development around libVLC
Topic: cannot create a stream_t from access
Replies: 2
Views: 2308

Re: cannot create a stream_t from access

Thanks. Will keep digging.
by rikkles
04 Mar 2013 12:13
Forum: Development around libVLC
Topic: cannot create a stream_t from access
Replies: 2
Views: 2308

cannot create a stream_t from access

Hello, I'm trying to debug why a network stream (rtp or udp) doesn't work. It starts up correctly, starts buffering but doesn't show anything on screen [0x14917e0] main input debug: Creating an input for 'udp://224.1.1.1:1234' [0x14917e0] main input debug: using timeshift granularity of 50 MiB, in p...
by rikkles
04 Mar 2013 12:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

In any case, it seems that a network stream (rtp or udp) doesn't work. It starts up correctly, starts buffering but doesn't show anything on screen [0x14917e0] main input debug: Creating an input for 'udp://224.1.1.1:1234' [0x14917e0] main input debug: using timeshift granularity of 50 MiB, in path ...
by rikkles
04 Mar 2013 10:50
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

after running the app, the consule showed me the message: VLC[29061:c07] Opening URL rtsp://my/video/url VLC[29061:c07] Warning: Attempt to present <MVLCMovieViewController: 0x9b0e9f0> on <UINavigationController: 0x9d23250> whose view is not in the window hierarchy! it really perplexed me Don't pre...
by rikkles
04 Mar 2013 10:48
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

it launched successful but on the screen it writes "Connect to iTunes You currently don't have any video in your VLC library......", I can do no operation except just watching these words, can anyone tell me where the problem is? How can I play a movie on an iPhone simulator? thanks That'...
by rikkles
04 Mar 2013 07:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

Ok here's what is needed to build VLC for iOS currently: First, add --disable-screen as I wrote in my comment above. Then, in the file ios/buildMobileVLC.sh , change line 50 from: local extra="ARCHS=" to: local extra="ARCHS=armv7" Otherwise it might compile the front end as armv7...
by rikkles
04 Mar 2013 00:57
Forum: VLC media player for macOS Troubleshooting
Topic: Building VLC for iOS seems to reference OSC framework?
Replies: 3
Views: 1235

Re: Building VLC for iOS seems to reference OSC framework?

Add --disable-screen to the configure line or wait until I do it, soon. No idea where you see the reference to OSC though. Screen is just a Mac-only moduled which is getting compiled for iOS by accident. I did add --disable-screen in the shell build script but it seems screen is still being compile...
by rikkles
03 Mar 2013 22:13
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

Ok something is really screwed up with the vlc compile configuration. I added -disable-screen to ImportedSources/vlc/extras/package/ios/build.sh around line 257 (it was already added to the bootstrap command, but not the configure command). This ensures that inside ImportedSources/vlc/configure.ac t...
by rikkles
03 Mar 2013 21:21
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8172

Re: Building VLC for iOS

I have exactly the same issue as you regarding mac.c. I don't think that no-op'ing all the functions in mac.c will work :) We probably need to go back upstream and see why it's including mac.c in the iOS build, which is clearly wrong. I haven't gotten to the core of it yet, but I'll dig in the morni...

Go to advanced search