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

Periscope

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

jkg 09-18-2015 11:10 PM

Periscope


 
Anyone know an easy way to capture a stream from Periscope?

Using something simple like livestreamer would be preferred.

I've done it before, but it doesn't seem to work right now or something might have changed. The syntax I've used before was:
livestreamer url best -o filename.ts

Right now when I try that, it doesn't work. It figures when I actually need it, that it doesn't work anymore. I get this message:
unable to open URL: https://api.periscope.tv/api/v2/getAccessPublic (400 Client Error: Bad Request)

If there's an easy way to do it with ffmpeg or any other simple tools that'd also be fine. Thanks a lot, I appreciate any help.

Edit: Nevermind, it seems to work fine on some Periscope URLs, and not on others. I'm not sure what the problem is. Here's an example of one that gives the above error message:
https://www.periscope.tv/w/1OyKAPjXWNgxb

biezom 09-19-2015 12:04 AM

Re: Periscope


 
Quote:

Originally Posted by jkg (Post 79902)
Anyone know an easy way to capture a stream from Periscope?

Using something simple like livestreamer would be preferred.

I've done it before, but it doesn't seem to work right now or something might have changed. The syntax I've used before was:
livestreamer url best -o filename.ts

Right now when I try that, it doesn't work. It figures when I actually need it, that it doesn't work anymore. I get this message:
unable to open URL: https://api.periscope.tv/api/v2/getAccessPublic (400 Client Error: Bad Request)

If there's an easy way to do it with ffmpeg or any other simple tools that'd also be fine. Thanks a lot, I appreciate any help.

Edit: Nevermind, it seems to work fine on some Periscope URLs, and not on others. I'm not sure what the problem is. Here's an example of one that gives the above error message:
https://www.periscope.tv/w/1OyKAPjXWNgxb


hi
need 3 cookies

CloudFront-Key-Pair-Id
CloudFront-Policy
CloudFront-Signature


you can use livestreamer with m3u8 and cookies


Code:

livestreamer  --http-header "Cookie=CloudFront-Key-Pair-Id=.........;  CloudFront-Policy=...........;  CloudFront-Signature=......." "hls://M3U8-LINK" best -o video.ts

jkg 09-19-2015 12:47 AM

Re: Periscope


 
Thanks a lot, you are awesome. That worked and I was able to grab a real long video. Thanks a ton for the help, I always appreciate it.

forlan38 11-19-2015 07:52 AM

Re: Periscope


 
Hi, thanks for the information, i use RMC5 to capture periscope streams.

Is it possible to create an autorecording script for periscope by using the user name?


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