Is it Possible to Save List of Network Streams

VLC for Android and Chrome OS specific usage questions
carlash
New Cone
New Cone
Posts: 2
Joined: 24 Jul 2016 22:39

Is it Possible to Save List of Network Streams

Postby carlash » 06 Aug 2016 17:36

On VLC 2.0.5 on Android I have several http:// links for network streams. I would like to save this list to a file or playlist. Is there a way to do this?
Thanks

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Is it Possible to Save List of Network Streams

Postby Jean-Baptiste Kempf » 06 Aug 2016 18:38

So far, no. It's only remembered in the network view.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rexunil
New Cone
New Cone
Posts: 8
Joined: 08 Sep 2015 12:23

Re: Is it Possible to Save List of Network Streams

Postby Rexunil » 07 Aug 2016 10:27

Yes, on a rooted device there is a way. You must have a sqlite3 binary on your device and a command line app like "Terminal Emulator" installed. The app "Titanium Backup" contains a usable sqlite3 binary.

In the command window type (replace 'sqlite3' with path to the file):

Code: Select all

sqlite3 /data/data/org.videolan.vlc/databases/vlc_database ".dump" | sed -n "s/^.*\(http:[^']*\).*/\1/p" > /sdcard/stream.txt

This command creates a file 'stream.txt' containing all stream addresses in the main directory of your (internal) sdcard.

If your are using "$cripter" you can automate the command and place a button on desktop.


Return to “VLC for Android and Chrome OS”

Who is online

Users browsing this forum: No registered users and 20 guests