NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 12 13 14 15 16 … 47 Next »
Problem with streaming with VLC via EWA

 
  • 0 Vote(s) - 0 Average
Problem with streaming with VLC via EWA
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#71
2011-11-13, 03:37 AM
b.ledford@tcd-usa.com Wrote:Thank you for the response. I didn’t mean to seem impatient.

Here is some more details.
I don’t think it’s a firewall or router issue. I’ve have been streaming movies to my daughter at college. Additionally I can take vlc on the server and manually stream a recording on port 7648 and watch the stream on a client with vlc.
When requesting a stream from the client, I think the vlc service gets started but it does not launch the stream.

I still have not been able to find or create a log file for vlc.

I hope this helps clear up some of the issues.

This is the command line that is being executed by NEWA.....does it work on the server and you can get to it from a remote PC?
Code:
-I http "E:\NPVR Movies\13 Going on 30.vob" :sout=#transcode{vcodec=WMV2,vb=512,width=480,height=320,acodec=mp3,ab=32,channels=2}:standard{access=http,mux=asf,dst=:7648} vlc://quit
Is the e:\ drive a network share?

Are you using a preset transcode value in NEWA? If so, what?
Have you tried H264 transcode instead of WMV?

Set this element to True in your config-web.xml file:
[CODE]<debugVLC>False</debugVLC>[CODE]
I think that outputs to c:\temp\vlc.log
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
b.ledford@tcd-usa.com
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Sep 2011
#72
2011-11-15, 01:22 AM
The E drive is a local drive,

I have tried all different streaming configs with no luck.

The Below command launches the stream on port 7648 when run from the command prompt in the vlc directory. It is viewable on the local server and remote client.

vlc.exe -I http "E:\NPVR Movies\16 Blocks.vob" Confusedout=#transcode{vcodec=h264,vb=512,width=480,height=320,acodec=mp4a,ab=32,channels=2}Confusedtandard{access=http,mux=ts,dst=:7648} vlc://quit Bitrate= 2

No luck getting any vlc logs. i been looking on their site for some suggestions.

? the command that is registerd in the log does only has the arguments for the stream. I had to add the vlc.exe to make it work. Is this correct?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#73
2011-11-15, 02:58 AM
b.ledford@tcd-usa.com Wrote:The E drive is a local drive,

I have tried all different streaming configs with no luck.

The Below command launches the stream on port 7648 when run from the command prompt in the vlc directory. It is viewable on the local server and remote client.

vlc.exe -I http "E:\NPVR Movies\16 Blocks.vob" Confusedout=#transcode{vcodec=h264,vb=512,width=480,height=320,acodec=mp4a,ab=32,channels=2}Confusedtandard{access=http,mux=ts,dst=:7648} vlc://quit Bitrate= 2

No luck getting any vlc logs. i been looking on their site for some suggestions.

? the command that is registerd in the log does only has the arguments for the stream. I had to add the vlc.exe to make it work. Is this correct?

Yes....you need to add vlc.exe in front of the command line from the log for it to work.

For debugging.....did you add the debug tag to your config-web.xml file.....and you need to set vlc on the server to log as well.

On the Config tab of NEWA....where do you have the VLC program directory set too.....is it correct?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
b.ledford@tcd-usa.com
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Sep 2011
#74
2011-11-15, 07:51 PM
Hello again,

i can copy the command for any video out of the web.log file, and launch the stream on the server, and watch the stream anywhere (inside or outside of my firewall).

I have changed the config-web.xml file and set vlc to log, but i get nothing. It seems that NEWA is creating the command but vlc is not responding. no log file is made.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#75
2011-11-16, 03:47 AM
b.ledford@tcd-usa.com Wrote:Hello again,

i can copy the command for any video out of the web.log file, and launch the stream on the server, and watch the stream anywhere (inside or outside of my firewall).

I have changed the config-web.xml file and set vlc to log, but i get nothing. It seems that NEWA is creating the command but vlc is not responding. no log file is made.

What is the VLC directory set to on you NEWA Config Tab?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
b.ledford@tcd-usa.com
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Sep 2011
#76
2011-11-16, 06:17 PM
C:\Program Files (x86)\VideoLAN\VLC\
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#77
2011-11-16, 10:28 PM
b.ledford@tcd-usa.com Wrote:C:\Program Files (x86)\VideoLAN\VLC\

And I assume that is in-fact where you have it installed? (I have had people have the wrong directory....that is why I ask)....
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
b.ledford@tcd-usa.com
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Sep 2011
#78
2011-11-17, 02:20 AM
yes , when browsing to that directory, vlc.exe is there. no offense takenSmile. should there be a path to that directory? meaning i can not execute vlc.exe from the c:\ prompt. i must run the commands that are in the log file in the C:\Program Files (x86)\VideoLAN\VLC\ directory.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#79
2011-11-17, 02:37 AM
b.ledford@tcd-usa.com Wrote:yes , when browsing to that directory, vlc.exe is there. no offense takenSmile. should there be a path to that directory? meaning i can not execute vlc.exe from the c:\ prompt. i must run the commands that are in the log file in the C:\Program Files (x86)\VideoLAN\VLC\ directory.

Yea...your path is ok....something somewhere has changed.....I just tried streaming on my machine and I have the same issue....it worked a month or so ago and now it doesn't....I am thinking something in Windows changed perhaps. VLC is starting (use task manager to see if vlc.exe is in the list of processes on the server after you click Stream Now on Client). I see it there but it isn't getting any CPU time. Sad
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#80
2011-11-17, 02:50 AM
There may have been a security patch to windows that prevents the system account from being able to start the vlc application or something. I changed my npvrservice service to use a local account rather than the system account and it works.....can you try doing that and see if it works for you as well?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External Streaming chairmanfaust 9 4,862 2019-05-08, 04:35 PM
Last Post: things4u2get
  Server Error in '/' Application [streaming failure] oldman 3 3,069 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Streaming over VLC - resolution can not be changed daneo 0 2,228 2016-10-31, 10:58 AM
Last Post: daneo
  NewUser - lost on web streaming Richardw 2 3,165 2016-07-26, 01:08 PM
Last Post: Richardw
  iNEWA Mobile Problem RTKAT 5 4,149 2016-05-13, 12:22 AM
Last Post: RTKAT
  I can't get streaming Live TV to work IanSpringfield 20 12,719 2014-10-08, 08:52 PM
Last Post: IanSpringfield
  Newa Web streaming mparisse 1 1,685 2014-07-03, 12:32 PM
Last Post: UncleJohnsBand
  New to NEWA web streaming and have a few questions IanSpringfield 4 2,408 2014-05-26, 11:31 PM
Last Post: IanSpringfield
  NEWA Mobile problem ? vbreton 2 2,019 2014-01-12, 05:35 AM
Last Post: UncleJohnsBand
  Problem with AutoSearch when connecting into NEWA bgowland 19 5,643 2014-01-08, 10:16 PM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode