NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 59 60 61 62 63 … 125 Next »
Problems with ExternalRecorder plugin

 
  • 0 Vote(s) - 0 Average
Problems with ExternalRecorder plugin
danguyf
Offline

Junior Member

Posts: 36
Threads: 1
Joined: Dec 2005
#41
2006-01-02, 12:14 AM
Aaaah. All the ways to interpret that error message and that was, honestly, the only one I had not tried.

Thank you very much!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#42
2006-02-09, 03:25 PM
is there any way to delay gbpvr from trying to play the output file before it's begun transcoding? i'm trying to use it to stream web tv to the mvp and it works great but gbpvr is giving up on the file mear seconds before it starts producing one..i tried even batch files to sleep a while after starting but didn't help..
maybe something to put in next reslease? sure would be helpfull on some other ideas i had too..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#43
2006-02-09, 09:20 PM
Sometimes hitting pause as soon as it starts playing helps (but I guess only if the file actually exists, but hasn't filled up enough to play smoothly yet)

There's a built-in check, to delay for up to five seconds after launching the process, for the creation of the output file (checks every 0.1 seconds). I assume 5 seconds isn't long enough?

Sounds like a config option to be able to set 'wait for up to x seconds for creation of a file' and then 'wait an additional y seconds thereafter'. Or perhaps 'wait until file is at least z bytes big'.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#44
2006-02-09, 10:03 PM (This post was last modified: 2006-02-09, 10:11 PM by pBS.)
ahhh, that would be great!..in XDVD, he made options for both, time and size Smile [might be worth looking at his source]
actually the file size option is best as it will wait until just enough has buffered to play reliably...even if it takes forever...Smile
i'm trying to get the web station viewing going for the mvp,and it works great from command line,and with the plugin too 'cept for gbpvr timing out before it's finished connecting to remote source..[which sometimes can be lengthy,but usually around 10-20 secs]
probably the last feature you'll need to add to this fine peice of work..Smile
i'll have to troll for more web stations cuz not all of them play with VLC but a few do and i'm sure there's more out there..
hoping to see that new streaming add-on for the web-admin soon too..
[should be fun to play with]
thanx for the help..this'll enable gbpvr video without a capture card!
[i'm gonna work on making a generic guide-xml so we can integrate better with the guide later..would be a nice addon to this plugin too]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#45
2006-02-09, 10:19 PM
actually, i'd say a 30-sec wait before giving up on file creation, and then configurable size after that..i think the way he did it was just wait till the file is a certain size, which of course it won't be until it at least exists..Smile
another thought, maybe a way to kill vlc when you hit stop in gbpvr?
[wondering if that's even possible?]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#46
2006-02-12, 01:41 PM (This post was last modified: 2006-02-12, 01:56 PM by pBS.)
lol,forgot you posted the source code..but having a problem..
Looking everywhere and can't find the delay in there anywhere..[but i'm new at this..Smile]
is it in your code? or is it a gbpvr default? [the 5 sec delay time]
a straight up 10 sec delay would be fine...i'd do it myself but can't find it..
it will make some interesting things possible on MVP as well..i've got vlc working on a majority of the video streams and will be able to even record with this, which is cute...but should also enable more nasty hardware types with command line interfaces..
[one of these days i'm gonna find those titantv parameters to use atiMMC by command line..lol]

with this and the upcoming webtstreamer interface, you'll be able to watch web streams at home,and home streams over the web Big Grin
talk about convergence! lol

any help appreciated..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#47
2006-02-19, 10:37 PM
In ExternalRecorder.cs at the end of the startProgram method there's a optional for loop, either make the loop longer, or add another sleep after the loop.
frazer
Offline

Member

Posts: 123
Threads: 12
Joined: Jul 2005
#48
2006-02-25, 08:52 PM
Hello,

First, thanks for this plugin. I've managed to get the preview side working- when I click on one of the channels related to the external source, VLC opens and displays the video- but when I try recording, I get only empty mpeg files in the GBPVR recording directory; this despite the fact that, according to task manager, VLC is clearly doing something (in fact, it is causing more CPU load than when it is actually playing the file).

My settings are as below; basically I copied them from the threads here, but I don't really understand what some of the strings in the recording settings mean! Is there anything obvious that might be wrong?

Exe: C:\Program\VideoLAN\VLC\vlc.exe
Recording parameters: udp://@235.1.1.1:1234 Confusedout=#duplicate{dst=std{access=file,mux=ps,url="{ filename}"}}
Preview parameters: udp://@235.1.1.1:1234 -f

Thank you!

Frazer
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#49
2006-02-25, 09:06 PM
hmm, the plugin is trying to be intelligent and add you channel number to the end of the command line for you. i.e. you're getting "udp://@235.1.1.1:1234 Confusedout=#duplicate{dst=std{access=file,mux=ps,url="{ filename}"}} {channel}", because it doesn't find {channel} anywhere else.

Try replacing the 1234 port number with {channel} and set the channel number to 1234. (or you could do part of the ip address, whatever suites, as long as {channel} is present and gbpvr passes in the right value).

eg: You could set up an entire media server with channels starting at port 1000, the you set the enternal recorder to conect to ip:1{channel} and make channel three digit, zero padded.
frazer
Offline

Member

Posts: 123
Threads: 12
Joined: Jul 2005
#50
2006-02-25, 09:30 PM
OK, thanks for the very swift response. I'll try this out later- when I get access to the HTPC again- and report back.

Thanks again,

Frazer
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 3 4 5 6 7 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 167,070 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 14,230 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 15,016 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 15,259 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,249 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,689 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 43,166 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 70,876 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,267 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,843 2010-04-01, 05:53 PM
Last Post: jw100

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

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

Linear Mode
Threaded Mode