|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
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? |
#22
|
|||
|
|||
#23
|
||||
|
||||
Quote:
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> |
#24
|
|||
|
|||
see previous posting for link.
download. open cmd.exe and go to directory (or put it in your path). |
#25
|
||||
|
||||
Quote:
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) |
#26
|
|||
|
|||
you can specify the output file... for example:
Code:
wget www.amazon.com -o outputfile 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) |
#27
|
|||
|
|||
since you are simply testing - you might want to set the duration to something smaller like 120 (2 minutes).
|
#28
|
|||
|
|||
If you put:
Code:
http://192.168.0.2:5004/tuner2/v93?duration=1800 |
#29
|
|||
|
|||
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. |
#30
|
|||
|
|||
running Win2012 - same as Win8... works fine with ffmpeg set in SageDCT.
|
#31
|
|||
|
|||
Quote:
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. |
#32
|
||||
|
||||
SageDCT 2.72
Hi,
I donated through Paypal and wonder how the verification works to be allowed to download and test 2.72? Thanks, |
#33
|
|||
|
|||
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) |
#34
|
||||
|
||||
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 |
#35
|
|||
|
|||
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. |
#36
|
|||
|
|||
Out of curiosity did you use the FFmpeg thy comes with SageDCT or did you install on your own?
|
#37
|
||||
|
||||
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 |
#38
|
|||
|
|||
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. |
#39
|
|||
|
|||
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). |
#40
|
|||
|
|||
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. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |