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 … 17 18 19 20 21 … 47 Next »
VLC Streaming

 
  • 0 Vote(s) - 0 Average
VLC Streaming
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#21
2010-08-11, 08:04 PM
ShiningDragon Wrote:Hah huh, got it!

@NumberFive
To which directorys points your timeshift and recordings buffer of gbpvr on the server? Is it a network share?

So....are you working ok now? If you are using shares.....then you may need this utility.
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
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#22
2010-08-11, 08:20 PM
Hi Smile

I found, that EWA has problems with one type of shares.

Access to native drives: no problem
Access to shared drives (user and system acc) via \\<servername>\share: no problem
Access to shared drives (user and system acc) via \\<serverip\share: no problem

But! If you assign a driveletter to a share (e.g. h:\share instead \\<server>\share) then EWA CAN NOT ACCESS the folder and subfolders. VLC will then close immediately on stream and the librarys won't show any files inside these folders.

For me it seems to be a small bug. Annoying to find, but if found, it's easy to master.
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
NumberFive
Offline

Senior Member

UK/Ireland
Posts: 664
Threads: 153
Joined: Jun 2007
#23
2010-08-11, 09:55 PM
Hmm,

On my server I'm using D:\Recordings and D:\Videos, etc for all the paths. These are shared on the network, but are also a local disk.

If I manually copy the arguments from the EWA log and use CMD to launch:

Code:
vlc.exe -I http "D:\Videos\richard.hammonds.invisible.worlds.s01e02.hdtv.xvid-ftp.avi" :sout=#transcode{vcodec=mp4v,vb=512,width=320,height=213,acodec=mp4a,ab=32,channels=2}:standard{access=http,mux=ts,dst=:7648} vlc:quit
VLC starts okay and I can connect to the stream using the .vlc link EWA generates. However, I have to start the VLC stream manually.

Any thoughts??

Thanks Smile
"It's better than a box!"
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#24
2010-08-11, 10:00 PM
NumberFive Wrote:Any thoughts??
Who has permissions within the shares? Everyone? Local User? SYSTEM? Readonly or full?

It really looks like, that you have the same problem, that i had. EWA seems not to be able to access your folder. Can you see the recordings in the ewa screen of d:\recordings or not?
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#25
2010-08-14, 02:52 AM
ShiningDragon Wrote:Hi Smile

I found, that EWA has problems with one type of shares.

Access to native drives: no problem
Access to shared drives (user and system acc) via \\<servername>\share: no problem
Access to shared drives (user and system acc) via \\<serverip\share: no problem

But! If you assign a driveletter to a share (e.g. h:\share instead \\<server>\share) then EWA CAN NOT ACCESS the folder and subfolders. VLC will then close immediately on stream and the librarys won't show any files inside these folders.

For me it seems to be a small bug. Annoying to find, but if found, it's easy to master.

Not really sure if that is a bug....when launching vlc from EWA/NEWA you are launching as a system account....not a local user account (unless you have set the id/pwd in the recording service to a local account) therfore when the share mapped as a drive is accessed depending on the host OS that is providing the disk access it may or may not work since it may or may not authenticate correctly.....at least this has been what my experience has been.......for me I use the \\servername\share format with the sharehelper this would be the recommended approach.
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
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#26
2010-08-14, 07:32 AM
Hi UJB Smile

Trust me... at least with Win7 64 this is a bug. Of course all my sharings, which are used with GB-PVR / nPVR has more than only the local users within the security and sharing options. If i watch to the task- or processmanager, i can see which user is used for which task. So, of course, the SYSTEM Acc is integrated to all shares.
And with other programs this shares works good.

Sharehelper is really a nice tool for people who don't know what to change, or are not interested to repeat the same settings on many folders. But i prefer to change settings like this by myself. Wink

Like said before: If the problem with mapped shared folders/drives is known, then there's no problem. But if you don't think for this... it took me ~21 hours to find and fix the problem. XD


If i remember correctly, then nPVR has a similar problem like this. Should the client / server mode works better with nPVR i will checkout again.


Btw., how is your holiday? Smile
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,705
Threads: 767
Joined: Nov 2003
#27
2010-08-14, 05:39 PM
ShiningDragon Wrote:Hi Smile

I found, that EWA has problems with one type of shares.

Access to native drives: no problem
Access to shared drives (user and system acc) via \\<servername>\share: no problem
Access to shared drives (user and system acc) via \\<serverip\share: no problem

But! If you assign a driveletter to a share (e.g. h:\share instead \\<server>\share) then EWA CAN NOT ACCESS the folder and subfolders. VLC will then close immediately on stream and the librarys won't show any files inside these folders.
This is exactly the behaviour I'd expect. The web server is running as a different user account, so wont be able see any drive mappings you've made under your own user account.
NumberFive
Offline

Senior Member

UK/Ireland
Posts: 664
Threads: 153
Joined: Jun 2007
#28
2010-08-14, 10:59 PM
Okay, that's quite interesting. Sounds like we're on the right track, but on my setup the recordings and videos folders are a native local disk, shared with everyone from the local account. So they are the physical drive D:\Recordings, and also on the network as \\gbpvr\Recordings\

Still can't get VLC to start from EWA. I'm kinda stumped. Smile
"It's better than a box!"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  External Streaming chairmanfaust 9 4,847 2019-05-08, 04:35 PM
Last Post: things4u2get
  Server Error in '/' Application [streaming failure] oldman 3 3,058 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Streaming over VLC - resolution can not be changed daneo 0 2,222 2016-10-31, 10:58 AM
Last Post: daneo
  NewUser - lost on web streaming Richardw 2 3,159 2016-07-26, 01:08 PM
Last Post: Richardw
  I can't get streaming Live TV to work IanSpringfield 20 12,685 2014-10-08, 08:52 PM
Last Post: IanSpringfield
  Newa Web streaming mparisse 1 1,672 2014-07-03, 12:32 PM
Last Post: UncleJohnsBand
  New to NEWA web streaming and have a few questions IanSpringfield 4 2,401 2014-05-26, 11:31 PM
Last Post: IanSpringfield
  Streaming settings??? t^2 20 8,217 2013-12-28, 04:51 PM
Last Post: t^2
  Live TV streaming to iPad? t^2 3 2,411 2013-12-27, 02:31 AM
Last Post: ga_mueller
  Streaming not working WKleeven 19 6,642 2013-11-10, 07:09 PM
Last Post: WKleeven

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

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

Linear Mode
Threaded Mode