• 1
  • 48
  • 49
  • 50(current)
  • 51
  • 52
  • 101
librtmp - Help Thread
(2014-04-07, 20:40)tvlover2013 Wrote: @sab

Check your PM for how to get info for regex

I wouldn't mind gettin in on that PM if it's info on how to create regexs. That's the only part I don't have down.

I mean I know where to get the URLs, info, all that.

It's the actual writing of the regular expressions like (*.)\ kind of stuff I am not sure how to write.
@RP ur welcome
@RP something in ur inbox after reading that go to the following web site
www.gethifi.com/tools/regex
My friend both r working fine with update librtmp.so file as tvlover said and plz remove the xml code from ur post bcoz it has token even u can't post the the xml code in here either it has token or not so plz delete that code thanks

(2014-04-07, 15:31)KUTTY Wrote: Hi, Many thanks for your PM.
I created a number of worki TV Channels for my use. But the following TWO are not working, although these TWO work direct from the respective URLs.
Kindly advise, Many thanks. I use XBMC 12.3 on Windows 7. LIBRTMP.dll is the one with 584 KB, recently downloaded.
(2014-04-07, 21:23)RedPenguin Wrote:
(2014-04-07, 20:40)tvlover2013 Wrote: @sab

Check your PM for how to get info for regex

I wouldn't mind gettin in on that PM if it's info on how to create regexs. That's the only part I don't have down.

I mean I know where to get the URLs, info, all that.

It's the actual writing of the regular expressions like (*.)\ kind of stuff I am not sure how to write.

I don't mind if you have any more question RP. I sent just short explanation to @sag but it's the most important thing to find the info to create the regex script. The regular expression you can find it on the net. All just about characters set and character class (it's the most import part)...The best thing is pick out one of the url link and do the example. You will understand it right away. Have fun my friend
Hi, Thanks to tvlover2013 for the PM. I tried the same template for other TV programs from teh same channel but no LUCK! Gave the error message:
07:45:29 T:6644 NOTICE: trying to connect with redirected url
07:45:30 T:6644 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Do all items need TOKEN? Is number of spaces between the parameters important? Kindly advise...
(2014-04-09, 13:58)KUTTY Wrote: Hi, Thanks to tvlover2013 for the PM. I tried the same template for other TV programs from teh same channel but no LUCK! Gave the error message:
07:45:29 T:6644 NOTICE: trying to connect with redirected url
07:45:30 T:6644 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Do all items need TOKEN? Is number of spaces between the parameters important? Kindly advise...

Use only one space between each syntax. The pageUrl just use the main domain name: "http://desilivetv.net", but the <page> syntax of regex need to put the full url address with channel name in there: "http://desilivetv.net/channel_name/" (need to change follow which channel you want to watch). The other thing you may want to check your librtmp.so or liprtmp.dll is updated with RP's so file?

I just check they added a token to their site. Check your PM for token key
Check ur inbox I send u both thanks


(2014-04-09, 13:58)KUTTY Wrote: Hi, Thanks to tvlover2013 for the PM. I tried the same template for other TV programs from teh same channel but no LUCK! Gave the error message:
07:45:29 T:6644 NOTICE: trying to connect with redirected url
07:45:30 T:6644 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Do all items need TOKEN? Is number of spaces between the parameters important? Kindly advise...
Thank you all ....
What tool do u use for token and how do u regex the token bcoz chrome and fire fox doesn't give token thanks

(2014-04-09, 16:30)tvlover2013 Wrote:
(2014-04-09, 13:58)KUTTY Wrote: Hi, Thanks to tvlover2013 for the PM. I tried the same template for other TV programs from teh same channel but no LUCK! Gave the error message:
07:45:29 T:6644 NOTICE: trying to connect with redirected url
07:45:30 T:6644 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Do all items need TOKEN? Is number of spaces between the parameters important? Kindly advise...

Use only one space between each syntax. The pageUrl just use the main domain name: "http://desilivetv.net", but the <page> syntax of regex need to put the full url address with channel name in there: "http://desilivetv.net/channel_name/" (need to change follow which channel you want to watch). The other thing you may want to check your librtmp.so or liprtmp.dll is updated with RP's so file?

I just check they added a token to their site. Check your PM for token key
Double posted
(2014-04-09, 17:48)sagheerahmed94 Wrote: What tool do u use for token and how do u regex the token bcoz chrome and fire fox doesn't give token thanks

(2014-04-09, 16:30)tvlover2013 Wrote:
(2014-04-09, 13:58)KUTTY Wrote: Hi, Thanks to tvlover2013 for the PM. I tried the same template for other TV programs from teh same channel but no LUCK! Gave the error message:
07:45:29 T:6644 NOTICE: trying to connect with redirected url
07:45:30 T:6644 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Do all items need TOKEN? Is number of spaces between the parameters important? Kindly advise...

Use only one space between each syntax. The pageUrl just use the main domain name: "http://desilivetv.net", but the <page> syntax of regex need to put the full url address with channel name in there: "http://desilivetv.net/channel_name/" (need to change follow which channel you want to watch). The other thing you may want to check your librtmp.so or liprtmp.dll is updated with RP's so file?

I just check they added a token to their site. Check your PM for token key

Firebug many of times can find a token if you search for the work "tok" or "token". Sometimes RTMPDumpHelper can help but not often. Sometimes even a Google search with the site name and token like this with quotes ("bob.com" "token") actually is sufficient.
Hallo
System geexbox 3.1
In xbmc 12,3/System it says Linux 3,6,9
Hardware Cubox
Processor
Marvell Armada 510 ARMv7
Frequency
800 MHz
Memory
1 GB DDR3-800MHz
Coprocessor
Vivante GC600[/align] GPU
(2014-04-09, 23:05)patw Wrote: Hallo
System geexbox 3.1
In xbmc 12,3/System it says Linux 3,6,9
Hardware Cubox
Processor
Marvell Armada 510 ARMv7
Frequency
800 MHz
Memory
1 GB DDR3-800MHz
Coprocessor
Vivante GC600[/align] GPU

I see the specs but what is the issue you are experiencing/the rest of your message?
Hi RP,
Just got time to test your Gotham beta 3 APK. Everything working great and I thanks you for that, but like the other guys said, some streams are not working, which comes from my Addon JagoB. I overwrite your lib with my lib and it works fine.

To test, either install that plugin from my Repo https://github.com/Shani-08/ShaniXBMCWor...ni-2.3.zip or check your PM, i have sent you the Live stream link that the Addon is trying to play.

You can download my lib from http://ge.tt/9XFBASQ1/v/1
It would be great if you could fix that (i wonder if its the same code snippet that i talked about).
I am available to check and do the diff, if you upload your final code somewhere or check it against my github.

-shani
  • 1
  • 48
  • 49
  • 50(current)
  • 51
  • 52
  • 101

Logout Mark Read Team Forum Stats Members Help
librtmp - Help Thread8