Search found 175 matches

Go to advanced search

by realjobe
10 Apr 2019 09:17
Forum: VLC for Android and Chrome OS
Topic: Cannot connect to SMB share - will not accept credentials
Replies: 43
Views: 14930

Re: Cannot connect to SMB share - will not accept credentials

I also have this problem... Synology with SMB2/3 enabled and all other devices will log in, VLC 3.1.2 Android on Pie 9.0 does not, ever.
Debug verbose log in the the Droid does not reveal anything..
by realjobe
14 Mar 2019 06:52
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

THANK YOU!!
Thank you Nicolas Pomepuy for the Fix!!

13th March 2019. v3.1.0-RC3 fixed this issue..

Case closed!!!
by realjobe
04 Mar 2019 08:51
Forum: VLC for Android and Chrome OS
Topic: SMB file with space in the file name does not open
Replies: 1
Views: 255

SMB file with space in the file name does not open

Dear Forum. Usin VLC 3.1.0-RC1 in Android Pie 9.0 FEB19. I have Synology NAS SMB2/3 shares and I can browse the video files with VLC Local network. I can open a video file that has no spaces in the file name: e.g. "folder/video.mp4". Apparently VLC uses 127.0.0.1 localIP way to open the SM...
by realjobe
25 Jan 2019 12:28
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

Hi.. Quite fast deployments ! :) Wow!

24.01.2019 v3.0.96 already out.... well.. URI schema is still not fixed. :)
by realjobe
23 Jan 2019 09:17
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

Sorry to bother you, but VLC for Android v3.0.95 , updated 22.01.2019 did not include the vlc://http:// URI scheme fix.. :)
by realjobe
16 Jan 2019 08:55
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

Dear All.

15.01.2019 VLC for Android 3.0.94 has not yet the vlc://http://. URI schema fix. :)
by realjobe
08 Jan 2019 03:44
Forum: VLC for Android and Chrome OS
Topic: m3u playlist works on Windows not Android
Replies: 9
Views: 714

Re: m3u playlist works on Windows not Android

Video feed i guess? I have working solutions to hammer down http mpeg 2/4 2-10mbit into 64k-2mbit h264 ts mp3
by realjobe
08 Jan 2019 00:46
Forum: VLC for Android and Chrome OS
Topic: m3u playlist works on Windows not Android
Replies: 9
Views: 714

Re: m3u playlist works on Windows not Android

Just tell what do want to do, describe..
by realjobe
07 Jan 2019 20:49
Forum: VLC for Android and Chrome OS
Topic: m3u playlist works on Windows not Android
Replies: 9
Views: 714

Re: m3u playlist works on Windows not Android

True, I guess a easy web-server in your LAN would solve this. I suggest e.g. raspberry pi 3b, it also can act as a easy OpenVPN server in order to gain easy access from your phone to your private LAN. No need to port forwarding but UDP 1194. Apache & php7 is easy to install and creation of webUI...
by realjobe
07 Jan 2019 11:45
Forum: VLC for Android and Chrome OS
Topic: m3u playlist works on Windows not Android
Replies: 9
Views: 714

Re: m3u playlist works on Windows not Android

Use VLC's LUA HTTP web interface to tell VLC to do stuff, with cURL e.g..

1. Some actor invokes http calls to vlc to start doing stuff
2. material is ready to be pulled from vlc using static playlist file / direct MRL (http/rtmp/rtsp)..
by realjobe
07 Jan 2019 11:23
Forum: VLC for Android and Chrome OS
Topic: File associations from Chrome browser - How to make .TS link to open in VLC?
Replies: 11
Views: 1882

Re: File associations from Chrome browser - How to make .TS link to open in VLC?

Wonderful, this issue will be fixed quite soon I guess, using VLC:// URI scheme registration inside to open the http.... file.ts! e.g. using <h href="vlc://http://..... video.ts"> like with iOS version already understands, issue resovled! Here is the Issue 708 https://code.videolan.org/vid...
by realjobe
29 Dec 2018 15:41
Forum: ​VLC for Windows Store​
Topic: Xbox One and M3u association is missing
Replies: 3
Views: 10491

Xbox One and M3u association is missing

Dear Forum.

Using Xbox One X (november 2018 update) with VLC UWP (installed 29.12.2018).
When user download's M3U file, system offeres "open" options, but even with VLC installed, Xbox does not seem to associate the file to it.

Would it be possible to use m3u files in VLC?

Thank you.
by realjobe
27 Dec 2018 10:08
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

I'm sorry to ask, but when to what version/release would this be fixed?
by realjobe
25 Dec 2018 09:14
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

Well.. I Found the "Cure"! FIXED!! \vlc-android-master\medialibrary\src\org\videolan\medialibrary\media\MediaWrapper.java /** * Create a new MediaWrapper * @param mrl Should not be null. */ public MediaWrapper(long id, String mrl, long time, long length, int type, String title, String file...
by realjobe
18 Dec 2018 09:05
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

I guess the correct place to start debugging vlc-android-master/vlc-android/src/org/videolan/vlc/StartActivity.java is startPlaybackFromApp() There is call to MediaUtils.INSTANCE.openMediaNoUi(intent.getData()); where the MediaUtils takes care of the getQueryParameter() to get the payload from url.....
by realjobe
17 Dec 2018 17:40
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

Re: VLC launch from browser with m3u or with any media link?

Hi, thank you for answering. Well, I guess the URI registration would be the way to go and it actually seems to work, because vlc:// scheme is registered to vlc's one activity, though the actualy stream pulling seems to have an issue.. iOS Safari works perfectly with this: vlc is launched stream sta...
by realjobe
17 Dec 2018 07:16
Forum: VLC for Android and Chrome OS
Topic: VLC launch from browser with m3u or with any media link?
Replies: 16
Views: 1955

VLC launch from browser with m3u or with any media link?

Dear VLC forum. Using pure Android 8.1 oreo and VLC 3.0.13, revision 387f303ba (ARMv8) With what mechanism may VLC player be launched in Android world? Windows 10 desktop is just awesome on this matter. Even blobs as a href works beautiful in FireFox... Edge not. I have tested quite many and they do...
by realjobe
14 Dec 2018 17:02
Forum: VLC stream-output (sout)
Topic: Raspberry Pi Stretch and HW accelerated encoding?
Replies: 2
Views: 953

Re: Raspberry Pi Stretch and HW accelerated encoding?

thank you for the reply. :) would be nice to have acceleration also for encoding..
by realjobe
14 Dec 2018 09:30
Forum: VLC stream-output (sout)
Topic: Raspberry Pi Stretch and HW accelerated encoding?
Replies: 2
Views: 953

Raspberry Pi Stretch and HW accelerated encoding?

Hi there. This is just a question: Is VLC media player 3.0.3 Vetinari (revision 3.0.3-1-0-gc2bb759264) in Raspberry Pi's "Raspbian Stretch 2018-11-13" HW accelerated when doing h264 encoding? Raspberry Pi's change log says " VLC media player with VideoCore hardware acceleration includ...
by realjobe
07 Nov 2018 10:43
Forum: VLC for Android and Chrome OS
Topic: File associations from Chrome browser - How to make .TS link to open in VLC?
Replies: 11
Views: 1882

Re: File associations from Chrome browser - How to make .TS link to open in VLC?

Ok, thank you.
I tried "VLC-Android-3.0.13-20181107-0059-ARMv8.apk" and this build did not change the efect... Chrome just asked to "donload to folder"... VLC was not mentioned.. Donno if the assosiaction feature was in there...

Go to advanced search

cron