Page 1 of 1

Stream .ts file in Linux

Posted: 22 Oct 2016 12:44
by hornetster
Evening,
Trying to stream a .ts file from an Openelec Kodi server, to VLC (anything?) running on Opensuse Leap42.1 x64. Can open and stream directly using MXPlayer on Android. Wondering why I can't stream to VLC?
Thanks.

Re: Stream .ts file in Linux

Posted: 22 Oct 2016 13:00
by hornetster
Some of the log output...
Can't find art??

core debug: no meta fetcher modules matched
core debug: searching art for smb://192.168.0.60/Videos/MotoGP_2016/2016-05-22.22.00.1-0.rec/00002.ts
core debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/meta/art
lua debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/art
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/00_musicbrainz.luac
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/meta/art
lua debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/art
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/00_musicbrainz.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/00_musicbrainz.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/01_googleimage.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/00_musicbrainz.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/01_googleimage.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/01_googleimage.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/01_googleimage.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/02_frenchtv.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/02_frenchtv.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/02_frenchtv.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/03_lastfm.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/02_frenchtv.luac
lua debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/03_lastfm.luac
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/03_lastfm.luac
lua debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
core debug: no art finder modules matched
core debug: art not found for smb://192.168.0.60/Videos/MotoGP_2016/2016-05-22.22.00.1-0.rec/00002.ts
lua debug: skipping script (unmatched scope) /usr/lib64/vlc/lua/meta/art/03_lastfm.luac
lua debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
core debug: no art finder modules matched
core debug: art not found for smb://192.168.0.60/Videos/MotoGP_2016/2016-05-22.22.00.1-0.rec/00002.ts
qt4 debug: IM: Deleting the input

Re: Stream .ts file in Linux

Posted: 22 Oct 2016 14:06
by Rémi Denis-Courmont
At that point, you haven't started playing.

Re: Stream .ts file in Linux

Posted: 22 Oct 2016 14:11
by hornetster
But it won't? Image

Re: Stream .ts file in Linux

Posted: 23 Oct 2016 11:23
by hornetster
Any ideas?
Thanks.

Re: Stream .ts file in Linux

Posted: 23 Oct 2016 12:29
by Rémi Denis-Courmont
Check the log for details.

Re: Stream .ts file in Linux

Posted: 23 Oct 2016 12:34
by WinfridT
Are you able to mount the remote filesystem in openSUSE
(Examples how to do this you can find e.g. on http://www.linuxnix.com/8-ways-to-mount ... -in-linux/ )

If this works you should be able to access to your remote video like it is local.

Re: Stream .ts file in Linux

Posted: 24 Oct 2016 12:26
by hornetster
Thanks Remi. You mean the log in my second post? Or is there another?
Winfrid: Yep, certainly can mount, and often do when copying files across to save. But it doesn't matter what I try to play it with, nothing seems to want to stream it... As I said, if I open it in MXPlayer on my Android phone/tablet, buffers for a second or two, then plays perfectly.
Thanks.

Re: Stream .ts file in Linux

Posted: 24 Oct 2016 16:48
by Rémi Denis-Courmont
No! The log from when you start playing, obviously.

Re: Stream .ts file in Linux

Posted: 25 Oct 2016 13:14
by hornetster
OK. Finally figured out how to get this (realize it's not rocket science, but every program is different, particularly VLC)
smb error: open failed for '192.168.0.60/Videos/Big_Ted's_Excellent_Adventure/2016-07-10.20.07.2-0.rec/00001.ts' (Permission denied)
core error: open of `smb://192.168.0.60/Videos/Big_Ted's_Excellent_Adventure/2016-07-10.20.07.2-0.rec/00001.ts' failed
Apparently it looks like a permissions thing, which I find a bit wierd, as I can certainly connect to it using SMB (do often, and that's where I am trying to play it from...), and I can easily copy files from there, and other video progs will start downloading to play the file, but not VLC - just thows up
Your input can't be opened: VLC is unable to open the MRL 'smb://192.168.0.60/Videos/Big_Ted's_Excellent_Adventure/2016-07-10.20.07.2-0.rec/00001.ts'. Check the log for details.
And the message above...