![]() |
|
[RELEASE] LiveStreams (video) Add-on - an alternative to .strm files - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] LiveStreams (video) Add-on - an alternative to .strm files (/showthread.php?tid=97116) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 |
Internet TV integrated with the PVR - akr884 - 2011-03-23 14:36 Sorry to double post, in this thread and in the other Internet TV thread, but: It would be pretty awesome if this could be integrated with the PVR add-on, having the internet live streams show up as channels. I'm (very slowly) learning how to code, so I can't really offer to help now, but Dushmaniac, who's developing the PVR add-on said he thought it was interesting if there is anyone in this thread willing to give it a shot. - butchabay - 2011-03-23 17:57 Amazing Plugin so far ... i'll add the complete stream url's for wilmaa tv soon ... for now just as example for testing Sf1, Sf2 and SfInfo: PHP Code: <item>EDIT: Just noticed stream stopps after a few seconds ... i'll have to take a look closer ... EDIT2: Sorry just found this: +===== BROKEN ============================================================ += Unfortunately, the watchwilmaa (also the recordwilmaa) script is += currently broken. This is due to a protocol change on the += wilmaa servers. It seems they switched to a flow control protocol += based on HTTP. The client is expected to send regular POST requests += to the server to keep the stream going. More info may be found in += in this document: += http://c3lab.poliba.it/images/d/d8/Akamai_wima2010.pdf += If I find the time and if it is not overly complicated, I'll try += to find a way to implement that new protocol. Don't expect it to += happen too soon, though. +===== BROKEN ============================================================ - PatK - 2011-03-23 19:51 Yes most of the 'akamaihd.net' links require this kind of handshaking to ensure that you are streaming from the dedicated home page (and reading the ads) instead of using a dedicated streaming client like VLC or XBMC plugin. - rabbitredoux - 2011-03-23 22:48 Excellent job, Divingmule. I like how it makes it easier to administrate the order of stations too. Awesome. - butchabay - 2011-03-23 23:09 PatK Wrote:Yes most of the 'akamaihd.net' links require this kind of handshaking to ensure that you are streaming from the dedicated home page (and reading the ads) instead of using a dedicated streaming client like VLC or XBMC plugin. Yes, they changed something recently as i know it worked before with vlc. That's really a shame ... There is no way to simulate a handshake within vlc or xbmc ? - PatK - 2011-03-24 03:48 butchabay Wrote:Yes, they changed something recently as i know it worked before with vlc. That's really a shame ... There is no way to simulate a handshake within vlc or xbmc ?Check this site for streaming links... and workarounds.http://www.myp2pforum.eu/forums/36-Live-TV? - viking2003 - 2011-03-24 09:29 Please help me with how to use these live stream URL's for the plugin. For future some tutorial of how to convert different stream URL's e.g. .swf to comply with this plugin will be helpful. mms://ams01.egihosting.com/ExpressEnglish mms://ams01.egihosting.com/ExpressNews http://live.samaa.tv/New_SamaaLivehtml_Buff8.swf http://www.dunyanews.tv/newsite/live_stream/player.swf Thanks for all the nice work. - PatK - 2011-03-24 17:33 viking2003 Wrote:Please help me with how to use these live stream URL's for the plugin. For future some tutorial of how to convert different stream URL's e.g. .swf to comply with this plugin will be helpful.The simple way to check if your link works is to save it out using notepad with the file extension .strm in a folder that XBMC in video file mode can see it.. If it plays video you have a good link to be inserted into 'Live Links'. So in the case of the links you've provided only the first one plays for me. You can just leave it as this... I have a folder dedicated to .strm files. If you want them in the 'Live Links' plugin you have to edit the file live_streams.xml in C:\Documents and Settings\User_name\AppData\Roaming\XBMC\addons\plugin.video.live.streams (this path is for win/7 users) and insert: <item> <title>AMS 1 India TV</title> <link>mms://ams01.egihosting.com/ExpressEnglish</link> <thumbnail>http://www.amsindia.in/wp-content/uploads/2010/08/logo-trans.png</thumbnail> </item> The thumbnail link was linked to an image I found using Google. - rabbitredoux - 2011-03-24 17:51 Divingmule, I hope you have an HDHomerun to test this with; your add-on doesn't seem to differentiate between program numbers. Example: hdhomerun://1020B1BB-0/tuner0?channel=qam256:669000000&program=1 hdhomerun://1020B1BB-0/tuner0?channel=qam256:669000000&program=7 Livestreams shows the first channel every time. Not so when not using Livestreams. Edit: just noticed that if I use "hdhomerun://1020B1BB-0/tuner0?channel=qam256:669000000" (without "&program=1") it picks up the first feed. Is there any way to have Livestreams respect the program number? - kevron - 2011-03-24 20:55 This is what I have found that works on ATV2 State Side. All of these I have found on the forum and put them in my xml. These are the ones that work for me on ATV2. Nothing that starts with mms works for me. This is also in Alphabetical order cause of my OCD. ![]() Al-Jazeera English Quote: <link>rtmp://livestfslivefs.fplive.net/livestfslive-live/ app=aljazeeraflashlive-live?videoId=747084146001&lineUpId=&pubId=665003303001&playerId=751182905001&affiliateId= playpath=aljazeera_en_veryhigh?videoId=747084146001&lineUpId=&pubId=665003303001&playerId=751182905001&affiliateId= pageurl=http://english.aljazeera.net/watch_now/ live=true</link>ABC News (Australia) Quote:<link>rtmp://cp103653.live.edgefcs.net:1935/live?_fcs_vhost=cp103653.live.edgefcs.net&akmfv=1.8 playpath=international_medium@36382 swfVfy=true live=true</link>BBC World Quote:<link>rtmp://media2.lsops.net/live/ playpath=bbcworld1_en_high.sdp swfUrl="http://www.livestation.com/flash/player/5.4/player.swf" pageUrl="http://www.livestation.com/channels/10-bbc-world-news-english" swfVfy=true live=true</link>Bloomberg (which only does Audio on my ATV2 but plays fine on my Linux XBMC) Quote:link>rtmp://cp87869.live.edgefcs.net:1935/live/ playpath=us_300@21006 pageURL=http://www.bloomberg.com/tv/ app=live swfUrl=http://cdn.gotraffic.net/v/20110210_153738//flash/BloombergMediaPlayer.swf swfVfy=true live=true</link>CNBC Quote:<link>http://bglive-a.bitgravity.com/bitgravity/dtv2/720p</link>Euro News Quote:<link>rtmp://media2.lsops.net/live/ playpath=euronews_en_high.sdp swfUrl="http://www.livestation.com/flash/player/5.4/player.swf" pageUrl="http://www.livestation.com/channels/1-euronews-english" swfVfy=true live=trueFrance 24 English Quote:<link>rtmp://stream2.france24.yacast.net/france24_live/en playpath=f24_liveen app=france24_live/en pageURL=http://www.france24.com/en/aef_player_popup/france24_player swfUrl=http://www.france24.com/en/sites/all/modules/maison/aef_player/flash/player.swf live=true</link>NASA HD Quote:<link>rtmp://flash86.ustream.tv:1935/ustreamVideo/6540154 playpath=streams/live app=ustreamVideo/6540154 swfUrl="http://cdn1.ustream.tv/swf/4/viewer.rsl.558.swf" pageUrl="http://www.nasa.gov/multimedia/nasatv/ustream.html" live=true</link>NHK - World Quote:<link>rtmp://175.41.168.21:1935/2e2cd playpath=nhkworldhd.sdp swfUrl="http://www3.nhk.or.jp/nhkworld/r/movie/fivecool_player.0.3.6.2.swf" pageUrl="http://www3.nhk.or.jp/nhkworld/r/movie/" swfVfy=true live=true</link>Press TV Quote:<link>rtmp://presstv.fc.llnwd.net/presstv/PressTV swfUrl=http://www.presstv.ir/live/llnw/LLNWPlayer.swf playpath=PressTV app=PressTV live=true</link>RT English Quote:<link>rtmp://fms5.visionip.tv/live app=live swfUrl=http://rt.com/s/swf/player5.4.viral.swf pageURL=http://rt.com/on-air/ playpath=RT_3 live=true</link>TV Scuba (which worked for 5sec then froze. Could have been my Connection haven't tested it again) Quote:<link>rtsp://195.90.118.93/tvscuba_sched1</link> Didn't post my entire XML cause Don't want to clutter up the board too much. But like I said, this is what works for me on ATV2. I couldn't figure out CNN and CSPAN from the other live add-on.. This is my very first attempt at messing with any sort of coding. Edit to add: If someone wants the whole thing to Copy & Paste, PM me and I'll give it to you. |