Search found 14 matches

Go to advanced search

by TheBEarF8
27 Mar 2014 19:37
Forum: VLC stream-output (sout)
Topic: reduce delay
Replies: 0
Views: 468

reduce delay

Hi All I'm Running cvlc -vvv rtsp://10.10.10.89/channel=1_stream=1.sdp?real_stream --sout="#transcode{vcodec=h264,vb=200,scale=0.2}:std{access=livehttp{seglen=3,delsegs=true,numsegs=3,index=/var/www/cam89.m3u8,index-url=http://10.10.10.70/cam89-####.ts},mux=ts{use-key-frames},dst=/var/www/cam89...
by TheBEarF8
27 Mar 2014 19:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

in order to build for the simulator and true iOS devices (iPhones and iPads) yes you have to build for arm64 and armv7 and armv7s unknown directives should not stop the build What are the few lines before those lines, like before the error for gas-preprocessor was a few lines above the stop point th...
by TheBEarF8
27 Mar 2014 15:14
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

GNU assembler not found, install gas-preprocessor Also you are building VLCforIOS I was building VLCKit which is just the engine side of VLC for IOS Look at https://wiki.videolan.org/VLCKit/ This is what I built However, on you error check out http://stackoverflow.com/questions/5056600/how-to-instal...
by TheBEarF8
27 Mar 2014 14:55
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

What was you exact build command?

Can you post more lines of the error say the last 20 - 30 lines
by TheBEarF8
26 Mar 2014 22:18
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

For me I had to repeatedly download new versions from Github (almost daily) I finally got a download on the 21st that I simply ran the ./buildMobileVLCKit.sh command and it finally worked Sorry there was no extra steps I had just upgraded Xcode to the latest which included download iOS 7.1 I guess i...
by TheBEarF8
21 Mar 2014 13:10
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple VLCMediaPlayer stream multiple RTSP streams
Replies: 3
Views: 3627

Re: Multiple VLCMediaPlayer stream multiple RTSP streams

Thanks Felix
Could you please shed some light on how I could approach

3)
Use a 1) server with DVBlast or cvlc with Mosaic or what ?

Thanks in advance
by TheBEarF8
19 Mar 2014 18:51
Forum: VLM
Topic: Fault with config file
Replies: 1
Views: 1132

Fault with config file

Hi All I'm trying to setup a Mosaic HTTP stream of multiple RTSP streams Here is my conf file new cam01 broadcast enabled setup cam01 input rtsp://10.10.10.10/channel=1_stream=1.sdp?real_stream setup cam01 output #transcode{vcodec=mp4v,vb=384,scale=1}:duplicate{dst=mosaic-bridge{id=1,height=300,widt...
by TheBEarF8
19 Mar 2014 03:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple VLCMediaPlayer stream multiple RTSP streams
Replies: 3
Views: 3627

Multiple VLCMediaPlayer stream multiple RTSP streams

Trying to create an app that will tap into CCTV cameras So I have multiple VLCMediaPlayers like so player1 = [[VLCMediaPlayer alloc] init]; [player1 setDrawable:view1]; [player1 setMedia:[VLCMedia mediaWithURL:[NSURL URLWithString:@"rtsp://10.10.10.10/channel=1_stream=1.sdp?real_stream"]]]...
by TheBEarF8
19 Mar 2014 03:30
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

Success at last
Build finally worked and I have it running in a demo app to be completed

Thank You !
by TheBEarF8
17 Mar 2014 20:55
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

Progress !! IT finally compiles But is failed about No targets for armv7 and arm64 So I'm rebuilding with -f -v -d and hopefully this will work reports [info] Building for iphoneos [info] Building vlc [info] Building libvlc for iOS [info] Using armv7 with SDK version 7.1 SDKROOT not specified, assum...
by TheBEarF8
12 Mar 2014 13:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

Any update? this is still failing to compile
by TheBEarF8
11 Mar 2014 02:39
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

UPDATE: Just downloaded the latest from git to build now crashes here [info] LD FLAGS SELECTED = '-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platfo...
by TheBEarF8
10 Mar 2014 23:24
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Re: Build VLCKit Fails

Thanks
I had prior download the entire vlc-for iOS 2.2.2 and managed to compile it
I went back and re downloaded git clone …. and it also now fails

So, something must have been uploaded to the git source that is causing the failure
by TheBEarF8
09 Mar 2014 21:35
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Build VLCKit Fails
Replies: 19
Views: 3231

Build VLCKit Fails

Downloaded the latest VLCKit executing the ./buildMobileVLCKit.sh as per the website I get --extra-ldflags="-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/...

Go to advanced search