Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-19-2014, 02:13 PM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

ADVANCED: USA CHANNELS NimbleTV heartbeat system


Hello,

nimbletv.com is not a very well known service, though a very usefull one.
You can watch US TV all around the world aginst a monthly fee. Biggest flaw of the service is, it's only available via browser and Roku.

I'm pretty sure it's possible to change.

Their system is pretty advanced, nothing I've seen before. When you watch a stream, a m3u8 playlist is being generated, which contains links to .ts fragments, all of this supported by a heardbeat jQuery system. I made a screenshot to make clear what I mean:



I've tried several scripts but non really helped, my goal to play such a stream in VLC or create a playlist for XMBC.

You can try yourself on their site, the free channels work as well as paid ones. http://nimbletv.com

Hope you guys can help.

Last edited by Lacipe : 09-20-2014 at 04:51 AM.
Reply With Quote
  #2  
Old 09-19-2014, 10:44 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: ADVANCED: NimbleTV heartbeat system


its directly showing m3u8 playlist in your image.... use ffmpeg to retrive full video ........
Reply With Quote
  #3  
Old 09-20-2014, 02:56 AM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

Re: ADVANCED: NimbleTV heartbeat system


If it was that easy, I would do it.

I tried uhm,

ffmpeg - i "link.com/playist.m3u8?ChannelID......" -c copy -absf aac_adtstoasc out.mp4

The output gives me: invalid data is found.
Reply With Quote
  #4  
Old 09-20-2014, 08:04 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: ADVANCED: NimbleTV heartbeat system


can you able to download m3u8 file directly from browser...???? please post m3u8 link or m3u8 file.......
Reply With Quote
  #5  
Old 09-20-2014, 01:51 PM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


playlist.m3u8:
Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000, CODECS="avc1.42e00a,mp4a.40.2"
abr.m3u8?f=pl&type=str&abr=mo&userId=XXXXXX&channelId=4_132&providerId=4&packageId=2&strTime=1411200836
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1200000, CODECS="avc1.42e00a,mp4a.40.2"
abr.m3u8?f=pl&type=str&abr=lo&userId=XXXXXX&channelId=4_132&providerId=4&packageId=2&strTime=1411200836
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3000000, CODECS="avc1.42e00a,mp4a.40.2"
abr.m3u8?f=pl&type=str&abr=hi&userId=XXXXXX&channelId=4_132&providerId=4&packageId=2&strTime=1411200836
abr.m3u8
Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4078.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4079.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4080.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4081.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4082.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4083.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4084.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4085.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4086.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4087.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4088.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4089.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4090.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4091.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4092.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4093.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4094.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4095.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4096.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4097.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4098.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4099.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4100.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4101.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4102.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4103.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4104.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4105.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4106.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4107.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4108.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4109.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4110.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4111.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4112.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4113.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4114.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4115.ts
#EXTINF:10.01,
abr.m3u8?v=py1&f=seg&type=str&userId=XXXXXX&channelId=4_300&providerId=4&packageId=26&sloc=m&strTime=1411068141&abr=hi&segId=media_4116.ts
And the next m3u8 is a video ts file.
Reply With Quote
  #6  
Old 09-20-2014, 02:44 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


need link... Please post link of m3u8 file because i think you have to edit m3u8 file to retrive it via ffmpeg... Please post m3u8 link here....
Reply With Quote
  #7  
Old 09-20-2014, 02:46 PM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


Quote:
Originally Posted by surya987 View Post
need link... Please post link of m3u8 file because i think you have to edit m3u8 file to retrive it via ffmpeg... Please post m3u8 link here....
No way, it will give away my userId.

You can just sign up on nimbletv.com its free
Reply With Quote
  #8  
Old 09-20-2014, 02:57 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


than simple answer edit the m3u8 file and download ... :P

open m3u8 in notepad and replace abr.m3u8 with link.m3u8 till .m3u8 extension and than click replace all.. than save new m3u8 file and use with ffmpeg ....

chill....
Reply With Quote
  #9  
Old 09-20-2014, 03:06 PM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


Quote:
Originally Posted by surya987 View Post
than simple answer edit the m3u8 file and download ... :P

open m3u8 in notepad and replace abr.m3u8 with link.m3u8 till .m3u8 extension and than click replace all.. than save new m3u8 file and use with ffmpeg ....

chill....
Nope, invalid data
Reply With Quote
  #10  
Old 09-21-2014, 02:15 AM
Lacipe Lacipe is offline
Junior Member
 
Join Date: Sep 2014
Posts: 6
Lacipe is on a distinguished road
Default

Re: ADVANCED: USA CHANNELS NimbleTV heartbeat system


Quote:
Originally Posted by lesor View Post
You can use IDM. But it can't download (here?) live stream.
How many watched, so many and download



P. S. You can press pause, but you cannot close the page or watch another video
hmm, weird
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:28 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons