LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-07-2016, 12:08 PM   #16
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by schneidz View Post
... i would mount the dvd somewhere on the filesystem. ....
It is already mounted on /dev/sr0.
 
Old 11-07-2016, 12:15 PM   #17
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
I just tried it with
Code:
% vlc -vvv /dev/dvd --sout udp:192.168.178.26 --ttl 12
DVD starts revolving but no picture on the tv: "Connection refused" on the console of the pc.

Last edited by JZL240I-U; 11-07-2016 at 12:37 PM.
 
Old 11-08-2016, 01:02 PM   #18
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
Missed it at first:

Code:
core stream out warning: missing value for option mux
core input error: ES_OUT_RESET_PCR called
udp access out warning: send error: Connection refused
That of any help?
 
Old 11-08-2016, 02:55 PM   #19
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Might be able to test this locally on the server. Connection refused could be firewall.
 
1 members found this post helpful.
Old 11-09-2016, 12:34 PM   #20
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
No, I disabled the firewall.
 
Old 11-09-2016, 04:17 PM   #21
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
This should work on the server shouldn't it? Test it there maybe?
 
Old 11-10-2016, 01:40 AM   #22
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
What server do you mean? It is in the sense of machines just pc - router - tv. Or do you mean vlc running as a server? The firewall is openSUSE's and running on the pc, router has none.
 
Old 11-10-2016, 03:31 PM   #23
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
The computer that has the dvd ought to run the commands to view it like any other network connected device would use.
 
Old 11-11-2016, 01:01 AM   #24
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
That is what I did: I started vlc on the computer with the dvd (pc). It started revolving the dvd and then produced the errors I showed in post #18. The router has the address table of my local network (WLAN) and the tv is assigned 198.168.178.26. But I don't know on which port the tv is listening...
 
Old 11-11-2016, 07:26 PM   #25
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I am trying to remove the TV from the problem. You should be able to start server. Then go to that same server to view.

Since you have this warning on server then we need to look at it. "It started revolving the dvd and then produced the errors I showed in post #18"

Does this server have a gui where you can start vlc from a gui menu?
 
Old 11-12-2016, 10:41 AM   #26
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
I do not understand. What server are you talking about? There are 3 pieces of hardware: pc, router and tv. No server.

The pc contains the dvd-player and runs vlc (is vlc the server in your nomenclature?). The router just runs its software. The tv is switched on, WLAN cannot be selected as input source. I am not aware of any software I could run on the tv.

The pc runs with openSUSE-tubleweed. So plasma / KDE is running too. I can start vlc in these surroundings or from Konsole.

Last edited by JZL240I-U; 11-12-2016 at 10:45 AM.
 
Old 11-12-2016, 05:52 PM   #27
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
^ is the aim for the pc to serve a video stream to the tv ?

jefro is trying to reduce variables; i.e.- if it doesnt work locally then it wont work over a network.

Last edited by schneidz; 11-12-2016 at 05:54 PM.
 
Old 11-13-2016, 09:30 AM   #28
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by schneidz View Post
^ is the aim for the pc to serve a video stream to the tv ?
Yes. The pc hosts the dvd-player, from which the films are read. The pc is connected via ethernet to the router. The router is connected via WLAN with the tv.

No WAN / internet is involved, i.e. the problem is it doesn't work locally.

Locally is my primary goal. Internet may come later (or not at all, dunno yet).

Last edited by JZL240I-U; 11-14-2016 at 01:22 AM.
 
Old 11-14-2016, 10:28 AM   #29
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by JZL240I-U View Post
This is not what I am looking for. I want to use the DVD-player in my pc. *sigh*
Can I ask why not? You can rip the dvd files, and point a DLNA server to the directory where the video is. Sounds more solid to me then trying to make VLC do this.
 
Old 11-14-2016, 10:32 AM   #30
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
^ good point. i would also assume that the dlna-client software/firmware in the tv is unable to browse dvd menus (unless it can read raw vob's but it will still be clumsy if the default track/audio is not the expected).

Last edited by schneidz; 11-14-2016 at 10:34 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] VLC and streaming to file pchristy Slackware 12 09-16-2015 02:25 AM
VLC streaming realtime baronobeefdip Linux - Software 3 02-19-2015 11:59 AM
[SOLVED] video streaming support with VLC(?) as the streaming server wachi Linux - Embedded & Single-board computer 3 03-28-2011 12:35 PM
VLC streaming? Raveolution Linux - General 14 03-07-2007 06:24 PM
Streaming with vlc? Fredde87 Linux - Software 0 09-04-2005 07:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration