NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#1,481
2006-09-21, 03:07 AM
UncleJohnsBand Wrote:Storing it on a local cookie would allow you to display the Theme based on what you selected on each individual device. I'll see if this can be done and how easily it could be done.

that would be perfect, i hope it's an easy fix. Thanks!
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#1,482
2006-09-21, 03:11 AM
turkey, if you manage to get a theme going I'd be interested in it. I looked at it but don't know enought about css stuff to work a decent screen.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#1,483
2006-09-21, 02:42 PM
Mhm, one question: Is it possible to use something like QoS for the streaming services over EWA?
An example: My Home PC has an UL about 576 Kb/s, enough for streaming to my PC at work. As long no other services are running, the streaming is stutterfree, but if there are service like FTP (bandwith limited to a few KB/s) and/or Messengerservices like ICQ/MSN (over Trillian) then there's often a stuttering.
Mhm, you can follow me? I mean, it's not important, on which PC this services are running (Server <-> Host) they'll react both identical.
My thinking is now something like QoS for a priority streamed service.



Btw: The streaming the normal Mediafolders works wonderful ^^ EWA is a must have for GB-PVR Smile Great work!
cgmt
Offline

Member

Posts: 86
Threads: 14
Joined: Apr 2006
#1,484
2006-09-21, 08:19 PM
Is there a way to bypass the config settings for VLC and just provide my own? For example, I would like to use some setting that are now available in the list, ie. audio bitrate, venc, etc.. Is this possible to just provide the string that VLC needs and have the EWA prodice everything else? I would like to be able to pass in everything after the VLC.exe FileName .... Example
Confusedout=#transcode{vcodec=h264,vb=256,venc=x264{me=dia,subme=1,analyse=none,bframes=0,b-adapt=none,chroma-me=none,merange=1},scale=1,acodec=mp4a,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:1234}}

Thanks in advance
Intel 3GH
MSI FSB 800 MHz
2GB2 DDR RAM
HD Sizes: 250GB, 500GB, 500GB
ATI Raedon 256 MB
2 Hauppauge PVR 150
Windows XP Pro SP2
Wireless 802.11g WEP
Wireless MVP
Wired MVP
GBPVR v1.2.9
zPackRat
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Sep 2006
#1,485
2006-09-21, 08:53 PM (This post was last modified: 2006-09-21, 09:06 PM by zPackRat.)
Nevermind, when making a change the theme was reset to none, I changed that and all is right with the world again.
Thx,
z

using 9808 and .47 for ewa
mikeneron
Offline

Member

Posts: 77
Threads: 9
Joined: May 2006
#1,486
2006-09-21, 09:39 PM
Not sure if this has been discussed, but when I delete a single recording from the "Manage Recordings" section, the sort order gets reversed. If it was asc, then it goes to desc after the deletion.

I am deleting by clicking on the title of the show and then clicking on the Delete Recording button inside the window that pops up.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,487
2006-09-21, 10:18 PM
cgmt Wrote:Is there a way to bypass the config settings for VLC and just provide my own? For example, I would like to use some setting that are now available in the list, ie. audio bitrate, venc, etc.. Is this possible to just provide the string that VLC needs and have the EWA prodice everything else? I would like to be able to pass in everything after the VLC.exe FileName .... Example
Confusedout=#transcode{vcodec=h264,vb=256,venc=x264{me=dia,subme=1,analyse=none,bframes=0,b-adapt=none,chroma-me=none,merange=1},scale=1,acodec=mp4a,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:1234}}

Thanks in advance

Anything is possible....the presets were established via a two-week beta test with several users....the settings that are currently available worked on all tested machines.....when I posted the release I indicated that if other settings were discovered that worked on the majority of machines they could be added. If you have some in mind that work on your machine let me know and I can check it out.

I could consider adding a custom option in which you select everything....I would still want it to be pre-configured....meaning you would see all the options and have to select from settings that are in the drop-downs, check boxes, etc. The reason for this is support.....when you leave something open for free form anything can happen. I wouldn't have time to debug all the problems that would arise.

I would use this as a guide foir valid selections.
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
#1,488
2006-09-21, 10:21 PM
ShiningDragon Wrote:Mhm, one question: Is it possible to use something like QoS for the streaming services over EWA?
An example: My Home PC has an UL about 576 Kb/s, enough for streaming to my PC at work. As long no other services are running, the streaming is stutterfree, but if there are service like FTP (bandwith limited to a few KB/s) and/or Messengerservices like ICQ/MSN (over Trillian) then there's often a stuttering.
Mhm, you can follow me? I mean, it's not important, on which PC this services are running (Server <-> Host) they'll react both identical.
My thinking is now something like QoS for a priority streamed service.



Btw: The streaming the normal Mediafolders works wonderful ^^ EWA is a must have for GB-PVR Smile Great work!

Not sure if that would really help....even the 576k is really low for streaming....you should try my 384k... ;-)

Best bet is to lower the video size and bitrate.....I do not stream over 256k. I find the most reliable mix at this low rate is the WMV/MP3/ASF setting using VLC client external rather than than the browser plugin.
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
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#1,489
2006-09-23, 01:10 AM
UJB, wayhay, just playing with the streaming of the videos nice!!!

Did anything come about from doing streaming to a Windows Mobile phone??

I remember playing with it for a bit but couldn't really get it to work. Most of the problem was around the fact that for a vlc file it downloads a stream.vlc and tcpmp doesn't seem to like that....
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,490
2006-09-23, 03:01 AM
psycik Wrote:UJB, wayhay, just playing with the streaming of the videos nice!!!

Did anything come about from doing streaming to a Windows Mobile phone??

I remember playing with it for a bit but couldn't really get it to work. Most of the problem was around the fact that for a vlc file it downloads a stream.vlc and tcpmp doesn't seem to like that....

Nothing came of it.....since I don't have a phone it makes it difficult or impossible for me to figure out what settings need to occur.

If you (or anyone for that matter) can come up with a VLC Command line that will work for the phone I can code something up.
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: 9 Guest(s)

Pages (161): « Previous 1 … 147 148 149 150 151 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,949 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,067 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,374 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,818 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,150 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,330 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,168 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,073 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode