Stream .ts file in Linux

*nix specific usage questions
hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Stream .ts file in Linux

Postby hornetster » 22 Oct 2016 12:44

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.
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB

hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Re: Stream .ts file in Linux

Postby hornetster » 22 Oct 2016 13:00

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
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB

Rémi Denis-Courmont
Developer
Developer
Posts: 15228
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Stream .ts file in Linux

Postby Rémi Denis-Courmont » 22 Oct 2016 14:06

At that point, you haven't started playing.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Re: Stream .ts file in Linux

Postby hornetster » 22 Oct 2016 14:11

But it won't? Image
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB

hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Re: Stream .ts file in Linux

Postby hornetster » 23 Oct 2016 11:23

Any ideas?
Thanks.
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB

Rémi Denis-Courmont
Developer
Developer
Posts: 15228
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Stream .ts file in Linux

Postby Rémi Denis-Courmont » 23 Oct 2016 12:29

Check the log for details.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

WinfridT
Blank Cone
Blank Cone
Posts: 45
Joined: 24 Jul 2016 01:42

Re: Stream .ts file in Linux

Postby WinfridT » 23 Oct 2016 12:34

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.

hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Re: Stream .ts file in Linux

Postby hornetster » 24 Oct 2016 12:26

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.
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB

Rémi Denis-Courmont
Developer
Developer
Posts: 15228
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Stream .ts file in Linux

Postby Rémi Denis-Courmont » 24 Oct 2016 16:48

No! The log from when you start playing, obviously.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

hornetster
Blank Cone
Blank Cone
Posts: 17
Joined: 22 Oct 2016 12:35
Operating System: Linux

Re: Stream .ts file in Linux

Postby hornetster » 25 Oct 2016 13:14

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...
Opensuse Tumbleweed
Intel i5 + 16GB
500SSD + 3TB


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 11 guests