Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

streamlink: an up to date fork of livestreamer

(http://stream-recorder.com/forum/showthread.php?t=22646)

j_cool 04-06-2017 06:27 AM

Re: streamlink: an up to date fork of livestreamer


 
And no,

I won't follow how chaturbate plugin goes.

KSV's Rtmpdump works for me when I need peep-show ( for now ).

ami_go 04-07-2017 05:36 PM

Re: streamlink: an up to date fork of livestreamer


 
Hi all ,
---
My state : XP sp3 , Streamlink installed & working .
---

@j_cool , you said :
> you just have to update the path to rtmpdump in your streamlinkrc file

I don't find such file in my computer ; can you give me some help ?

Cheers .

Damianonymous 04-07-2017 08:25 PM

Re: streamlink: an up to date fork of livestreamer


 
%APPDATA%\streamlink\streamlinkrc

j_cool 04-08-2017 02:54 AM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by ami_go (Post 90804)
I don't find such file in my computer ; can you give me some help ?


On command prompt type cd \

Now you start searching from beginning of your hard drive, c:\

Switch /s means subdirectories, makes dir look everywhere on your c: drive





C:\>dir streamlinkrc /s
Volume in drive C is 750
Volume Serial Number is 7E19-B8CD

Directory of C:\AP\APS\STREAMLINK

06/04/2017 15:40 115 streamlinkrc
1 File(s) 115 bytes

Directory of C:\Users\J\AppData\Roaming\streamlink

06/04/2017 15:40 115 streamlinkrc
1 File(s) 115 bytes

Total Files Listed:
2 File(s) 230 bytes
0 Dir(s) 368,365,912,064 bytes free

C:\>





To see what/where %APPDATA% is type on command prompt: SET



C:\>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\J\AppData\Roaming
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=PC
ComSpec=C:\Windows\system32\cmd.exe
configsetroot=C:\Windows\ConfigSetRoot
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\J
LOCALAPPDATA=C:\Users\J\AppData\Local
LOGONSERVER=\\PC
NUMBER_OF_PROCESSORS=8
OS=Windows_NT
Path=C:\Windows\system32;C:\Windows;C:\Windows\Sys tem32\Wbem;C:\Windows\System32\WindowsPowerShell\v 1.0\;C:\P\STREAMLINK\bin;C:\AP;C:\AP\CURL;C:\AP\7Z ;C:\AP\FF;C:\AP\RDUMP;C:\P\M;C:\P\VLC
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WS F;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=9e09
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell \v1.0\Modules\;C:\Program Files\Intel\
PUBLIC=C:\Users\Public
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\J\AppData\Local\Temp
TMP=C:\Users\J\AppData\Local\Temp
USERDOMAIN=PC
USERNAME=J
USERPROFILE=C:\Users\J
windir=C:\Windows

C:\>

j_cool 04-08-2017 03:08 AM

Re: streamlink: an up to date fork of livestreamer


 
This is how my streamlinkrc file looks like, if it helps.


player=C:\P\VLC\vlc.exe --file-caching=5000
rtmpdump=c:\ap\rdump\rtmpdump.exe
ffmpeg-ffmpeg=c:\ap\ff\ffmpeg.exe

ami_go 04-08-2017 04:41 AM

Re: streamlink: an up to date fork of livestreamer


 
Hi all ,

@j_cool : many thanks for your replies .
I'll investigate .

Cheers .

tvgplayer 04-08-2017 10:48 AM

Re: streamlink: an up to date fork of livestreamer


 
@ami go,

You are just setting the defaults for streamlink in the streamlinkrc file. Inserting this changes my default player to PotPlayer:

player=C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe

Maybe that helps.

confused.com 04-08-2017 11:40 AM

Re: streamlink: an up to date fork of livestreamer


 
player="C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe"

# By default streamlink will attempt to locate VLC on your system
# and use that, but you can also specify the location of a player
# yourself.

# Important: You must use a quoted path if there are spaces in the path. This
# is because the player command is parsed like a shell command to allow
# parameters to be passed to the player.

tvgplayer 04-08-2017 12:39 PM

Re: streamlink: an up to date fork of livestreamer


 
@confused.com,

Thanks for mentioning that.

player=C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe

This is working for me even with a space in the path.

confused.com 04-08-2017 12:58 PM

Re: streamlink: an up to date fork of livestreamer


 
streamlinkrc

# Here is a few examples of players:

# VLC
#player="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
#player="C:\Program Files\VideoLAN\VLC\vlc.exe"
# Using --file-caching is recommended, but is only supported in VLC 2.0+
#player="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --file-caching=5000
#player="C:\Program Files\VideoLAN\VLC\vlc.exe" --file-caching=5000

# Lines starting with a # is considered comments and are ignored.


All times are GMT -6. The time now is 05:47 PM.