v.1.0.1 Remote rtmpdump 24/7 cam4-anonymous script with visible data

This commit is contained in:
horacio9a 2017-08-30 04:48:15 +02:00 committed by GitHub
parent 35da9cdc73
commit 769e36e911

View file

@ -1,4 +1,4 @@
# Cam4 Remote Anonymous Freechat RTMP Recorder v.1.0.0 by horacio9a for Python 2.7.13 # Cam4 Remote Anonymous Freechat RTMP Recorder v.1.0.1 by horacio9a for Python 2.7.13
import sys, os, urllib, urllib3, ssl, re, time, datetime, command import sys, os, urllib, urllib3, ssl, re, time, datetime, command
urllib3.disable_warnings() urllib3.disable_warnings()
@ -56,8 +56,8 @@ if "Trending Cams" not in dec:
except: except:
occ = '' occ = ''
print (colored(' => Age:{} * Location:{} * Status:{} * Job:{} <=', 'yellow', 'on_blue')).format(age,loc,sta,occ) print (colored(' => Age:{} * Location:{} * Status:{} * Job:{} <=', 'yellow', 'on_blue')).format(age,loc,sta,occ)
print print
if "cam-offline" in dec: if "cam-offline" in dec:
vau0 = dec.split('videoAppUrl=')[1] vau0 = dec.split('videoAppUrl=')[1]