SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 10-09-2013, 04:36 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
first off wget is a command line utility... not your browser.

Did you try to go to the URL / web page of the prime itself first to check you have the IP correct?
Reply With Quote
  #22  
Old 10-09-2013, 04:55 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
download from here:

http://kemovitra.blogspot.com/2013/0...nd-64-bit.html
Reply With Quote
  #23  
Old 10-09-2013, 04:57 PM
HuMan321's Avatar
HuMan321 HuMan321 is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Idaho
Posts: 365
Quote:
Originally Posted by sflamm View Post
first off wget is a command line utility... not your browser.

Did you try to go to the URL / web page of the prime itself first to check you have the IP correct?
Yes IP is correct. Port of 5004 may not be? In SageDCT RTP start port is 5010. wget does not seem to be a recognized command in the dos box

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Dad>wget
'wget' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\Dad>
Reply With Quote
  #24  
Old 10-09-2013, 05:01 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
see previous posting for link.

download. open cmd.exe and go to directory (or put it in your path).
Reply With Quote
  #25  
Old 10-09-2013, 05:11 PM
HuMan321's Avatar
HuMan321 HuMan321 is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Idaho
Posts: 365
Quote:
Originally Posted by sflamm View Post
see previous posting for link.

download. open cmd.exe and go to directory (or put it in your path).
thanks for the hand holding... It is working now on tuner2 - where is it saving file at?

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.


C:\Documents and Settings\Dad>wget http://192.168.0.2:5004/tuner2/v428?duration=
1800
--2013-10-09 17:08:34-- http://192.168.0.2:5004/tuner2/v428?duration=1800
Connecting to 192.168.0.2:5004... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [video/mpeg]
Saving to: 'v428@duration=1800'

[ <=> ] 138,541,900 1.21MB/s


PS how can I stop it as if going to C drive I do not have much room on my WHS 20GB C drive (like 2GB left)
Reply With Quote
  #26  
Old 10-09-2013, 05:24 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
you can specify the output file... for example:

Code:
wget www.amazon.com -o outputfile
In your case you want something like this:

Code:
wget http://192.168.0.2:5004/tuner2/v93?duration=1800 -o c:\Temp\testVideo.ts

If you do not specify one it will write it in the directory local to the program with the name of the html file (i.e. index.html)
Reply With Quote
  #27  
Old 10-09-2013, 05:25 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
since you are simply testing - you might want to set the duration to something smaller like 120 (2 minutes).
Reply With Quote
  #28  
Old 10-09-2013, 05:26 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
If you put:

Code:
http://192.168.0.2:5004/tuner2/v93?duration=1800
directly into your browser the browser should play the video (assuming it has a codec to do so)
Reply With Quote
  #29  
Old 10-10-2013, 04:38 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Is anybody running Windows 8 using the ffmpeg option... I believe there is a problem... I cannot use FFMPEG.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #30  
Old 10-10-2013, 04:59 PM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
running Win2012 - same as Win8... works fine with ffmpeg set in SageDCT.
Reply With Quote
  #31  
Old 10-10-2013, 05:10 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by sflamm View Post
running Win2012 - same as Win8... works fine with ffmpeg set in SageDCT.
Not really the same it spits out errorrs in windows 8 ... I appreciate your Input but would like to hear from a Full Windows 8 user. As there has been a problem with some builds of FFMPEG on windows 8.

Code:
10/10/2013 16:21:32 [rtp @ 000000001B4157E0] Stream #3: not enough frames to estimate rate; consider increasing probesize
10/10/2013 16:21:32 [rtp @ 000000001B4157E0] Could not find codec parameters for stream 3 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
10/10/2013 16:21:32 [rtp @ 000000001B4157E0] Estimating duration from bitrate, this may be inaccurate
10/10/2013 16:21:32 Input #0, rtp, from 'rtp://192.168.1.100:5010':
10/10/2013 16:21:32   Duration: 
10/10/2013 16:21:32 N/A
10/10/2013 16:21:32 , start: 
10/10/2013 16:21:32 2820.073356
10/10/2013 16:21:32 , bitrate: 
10/10/2013 16:21:32 576 kb/s
10/10/2013 16:21:32 
10/10/2013 16:21:32   Program 1 
10/10/2013 16:21:32     Stream #0:0
10/10/2013 16:21:32 : Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9]
10/10/2013 16:21:32 , 29.97 fps
10/10/2013 16:21:32 , 59.94 tbr
10/10/2013 16:21:32 , 90k tbn
10/10/2013 16:21:32 , 59.94 tbc
10/10/2013 16:21:32 
10/10/2013 16:21:32     Stream #0:2
10/10/2013 16:21:32 (eng)
10/10/2013 16:21:32 : Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 384 kb/s
10/10/2013 16:21:32 
10/10/2013 16:21:32     Stream #0:1
10/10/2013 16:21:32 (spa)
10/10/2013 16:21:32 : Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 192 kb/s
10/10/2013 16:21:32 
10/10/2013 16:21:32     Stream #0:3
10/10/2013 16:21:32 : Unknown: none ([134][0][0][0] / 0x0086)
10/10/2013 16:21:32 
10/10/2013 16:21:32 Output #0, mpeg, to 'N:\SAGEN\FamilyFeud-7822214-0.mpg':
10/10/2013 16:21:32     Stream #0:0
10/10/2013 16:21:32 : Video: mpeg2video, yuv420p, 1920x1080, q=2-31
10/10/2013 16:21:32 , 90k tbn
10/10/2013 16:21:32 , 59.94 tbc
10/10/2013 16:21:32 
10/10/2013 16:21:32     Stream #0:1
10/10/2013 16:21:32 : Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
10/10/2013 16:21:32 
10/10/2013 16:21:32     Stream #0:2
10/10/2013 16:21:32 : Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
10/10/2013 16:21:32 
10/10/2013 16:21:32 [mpeg @ 000000001B422640] VBV buffer size not set, muxing may fail
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=0 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=0 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=467 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=952 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=485 size=584
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=1437 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=386 size=616
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=386 size=1232
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=1175 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=124 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=255 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=609 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=1094 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=740 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=107 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=553 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=592 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=1077 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=26 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=270 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=511 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=996 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=2 bufi=755 size=768
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=1 bufi=1481 size=1536
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=0 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=2025 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=4066 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=6107 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=8148 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=10189 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=12230 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=14271 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=16312 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=18353 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=20394 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=22435 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=24476 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=26517 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=28558 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=30599 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=32640 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=34681 size=84775
10/10/2013 16:21:32 [mpeg @ 000000001B422640] buffer underflow i=0 bufi=36722 size=84775
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 10-10-2013 at 05:27 PM.
Reply With Quote
  #32  
Old 10-11-2013, 05:05 PM
HuMan321's Avatar
HuMan321 HuMan321 is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Idaho
Posts: 365
SageDCT 2.72

Hi,
I donated through Paypal and wonder how the verification works to be allowed to download and test 2.72?

Thanks,
Reply With Quote
  #33  
Old 10-12-2013, 09:25 AM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
if you have donated, you should be able to go directly to the 2.7.2 page and download.

there might be a delay between donation and providing you access (possible done manually)
Reply With Quote
  #34  
Old 10-14-2013, 08:58 AM
HuMan321's Avatar
HuMan321 HuMan321 is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Idaho
Posts: 365
Still having issues with SageDCT on my WHS 2003 system. I uninstalled SageDCT 2.6 and installed SageDCT 2.72 and do not have success.

I am wondering if I should start over with the properties file or what??? Here is a paste of some errors I am seeing with the new version that are a bit different. It appears it is having issue with a dll file?

v=0
t=0 0
a=type:broadcast
a=recvonly
m=video 0 RTP/AVP 96
a=rtpmap:96 MP2T/27000000
2013/10/14 08:46:25.56 : RTSP Send: SETUP rtsp://192.168.0.2:554/tuner1/current RTSP/1.0
2013/10/14 08:46:25.56 : GetServiceVariable - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urnpencable-com:serviceId:urn:schemas-opencable-com:service:Mux Variable: ProgramNumber Refresh: False
2013/10/14 08:46:25.57 : Done GetServiceVariable: ProgramNumber
2013/10/14 08:46:25.57 : GetServiceVariable - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urnpencable-com:serviceId:urn:schemas-opencable-com:service:Mux Variable: PIDList Refresh: False
2013/10/14 08:46:25.57 : Done GetServiceVariable: PIDList
2013/10/14 08:46:25.57 : ProgramNumber: 428 PIDList: 0000
2013/10/14 08:46:25.57 : CleanupWriter False
2013/10/14 08:46:25.57 : FfmpegRtpWriter Start - Settings: RTP: 192.168.0.7:5010 RTCP: File D:\shares\Sage Recordings\CakeBoss-WelcomeBackRobin-17924183-2.ts
2013/10/14 08:46:25.57 : CleanupWriter False
2013/10/14 08:46:25.57 : RTSP Send: PLAY rtsp://192.168.0.2:554/tuner1/current RTSP/1.0
2013/10/14 08:46:25.59 : PLAY: RTSP/1.0 200 OK

2013/10/14 08:46:25.59 : FfmpegRtpWriter AfterStart
2013/10/14 08:46:25.59 : Error starting FfmpegRtpWriter: Unable to load DLL 'LibFfmpegMux.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
2013/10/14 08:46:25.59 : UPnP stop: HDHomeRun Prime Tuner 131815FB-1
2013/10/14 08:46:25.59 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urn:upnp-org:serviceId:urn:schemas-upnp-org:service:AVTransport Action: Stop Refresh: False
2013/10/14 08:46:25.60 : Done ExecuteAction: Stop
2013/10/14 08:46:25.60 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urn:upnp-org:serviceId:urn:schemas-upnp-org:service:ConnectionManager Action: ConnectionComplete Refresh: False
2013/10/14 08:46:25.62 : Done ExecuteAction: ConnectionComplete
2013/10/14 08:46:25.62 : RTSP TEARDOWN - HDHomeRun Prime Tuner 131815FB-1
2013/10/14 08:46:25.62 : RTSP Send: TEARDOWN rtsp://192.168.0.2:554/tuner1/current RTSP/1.0
2013/10/14 08:46:25.64 : CleanupWriter False
2013/10/14 08:46:25.64 : Recording did not start. Try again. HDHomeRun Prime Tuner 131815FB-1
2013/10/14 08:46:25.64 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urn:upnp-org:serviceId:urn:schemas-upnp-org:service:ConnectionManager Action: PrepareForConnection Refresh: False
2013/10/14 08:46:25.64 : Done ExecuteAction: PrepareForConnection
2013/10/14 08:46:25.64 : ConnectionID: 9402 AVInstanceID: 9402
2013/10/14 08:46:25.64 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urn:upnp-org:serviceId:urn:schemas-upnp-org:service:AVTransport Action: Play Refresh: False
2013/10/14 08:46:25.90 : Done ExecuteAction: Play
2013/10/14 08:46:25.90 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urnpencable-com:serviceId:urn:schemas-opencable-com:service:CAS Action: SetChannel Refresh: False
2013/10/14 08:46:25.92 : Done ExecuteAction: SetChannel
2013/10/14 08:46:25.92 : ExecuteAction - Device: HDHomeRun Prime Tuner 131815FB-1 Service: urn:upnp-org:serviceId:urn:schemas-upnp-org:service:AVTransport Action: GetMediaInfo Refresh: False
2013/10/14 08:46:26.07 : Done ExecuteAction: GetMediaInfo
2013/10/14 08:46:26.07 : RTSP Send: DESCRIBE rtsp://192.168.0.2:554/tuner1/current RTSP/1.0
2013/10/14 08:46:26.10 : DESCRIBE: RTSP/1.0 200 OK
v=0
t=0 0
a=type:broadcast
a=recvonly
m=video 0 RTP/AVP 96
a=rtpmap:96 MP2T/27000000
Reply With Quote
  #35  
Old 10-14-2013, 09:00 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Try using the Dump option it writes the file straight from the HD Homerun it does not use FFMPEG see if you can record then... I for one cannot use FFMPEG.... The dump options works perfectly for me.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #36  
Old 10-14-2013, 09:12 AM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
Out of curiosity did you use the FFmpeg thy comes with SageDCT or did you install on your own?
Reply With Quote
  #37  
Old 10-14-2013, 09:19 AM
HuMan321's Avatar
HuMan321 HuMan321 is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Idaho
Posts: 365
I will switch back to "dump" and try again. I tried this initially and started 2 recordings with one successful and the other erroed out (never started)

I did not install any FFmpeg on my own and if SageDCT installs one, that is what took place as far as I know
Reply With Quote
  #38  
Old 10-14-2013, 09:56 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by sflamm View Post
Out of curiosity did you use the FFmpeg thy comes with SageDCT or did you install on your own?
I did not Install anything at all on my server ... no extraneous codecs. Just Sage Sagedct and hd homerun software... Besides I believe FFMPEG is built into SageDCT... and does not require any Install. Andy recommended on my System to use DUMP.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 10-14-2013 at 10:00 AM.
Reply With Quote
  #39  
Old 10-14-2013, 10:04 AM
sflamm sflamm is offline
Sage Icon
 
Join Date: Mar 2009
Posts: 1,653
I wouldn't expect you to install FFmpeg on your own. However the report of a dll issue above (not sure if that is true) led me to wonder if some people were.
Not sure if the FFmpeg lib is statically or dynamically linked with SageDCT. If static it wouldn't matter if it was otherwise installed. For a dll the SageDCT executable is probably using a specific relative load path link option so it doesn't pickup the version dynamically either. Guessing the lib is now part of the SageDCT build itself (doesn't use a 3rd party installer at all).

Dump will not work on all recordings. That is why the VLC and subsequently FFmpeg modes were added. With that said the stream should always record - just some aren't playable with dump mode. If you are having a 'stop' problem that is a different issue and not the record mode.

If FFmpeg doesn't work use VLC. It always worked perfectly for me on all recordings - just used more processor cycles (not a problem for a decent CPU like my 8-core Xeon).
Reply With Quote
  #40  
Old 10-14-2013, 10:09 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
I believe VLC is not an Option in the Donator Version.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PlayOn and BMT tips? les_bloom Batch Metadata Tools 0 07-02-2011 12:17 PM
New set up looking for tips Mailman74 SageTV Software 5 02-17-2011 02:51 PM
Stability Tips ? Kryspy SageMC Custom Interface 14 02-24-2009 03:30 PM
Any tips on set this up LCD and TV SHS Hardware Support 6 09-29-2006 06:58 AM
HD Tips? ptaylor SageTV Software 3 03-08-2006 12:43 AM


All times are GMT -6. The time now is 08:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.