Kodi Community Forum
[OLD/CLOSED] PseudoTV Live - Set-Top box solution - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+----- Forum: PseudoTV / PseudoTV Live (https://forum.kodi.tv/forumdisplay.php?fid=231)
+----- Thread: [OLD/CLOSED] PseudoTV Live - Set-Top box solution (/showthread.php?tid=169032)

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 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - Lunatixz - 2015-02-20

(2015-02-20, 17:18)tommymsw Wrote: Sweet, well there are just a ton of free M3U streams offered from networks. "Cartoon Network Reboot" for example. They make it easy to incorporate right into Kodi via the PVR service. They would make great channels for PTVL. I am sure there is a way to do this? But I've only been using PTVL this way for like a week now.

I think you are confusing m3u's and m3u8's

m3u is a playlist (with many links):
m3u8 is a stream shortcut

if your m3u has only one single link in it.. then no need to wait for a m3u parser? Instructions to incorporate one single link can be found all over the forum.

::EDIT::

Looking at the source you want its a m3u, with a single m3u8 stream as I suspected.
It's easy to add to ptvl using chtype 9 - "Internettv", I will add it to the community list for you.

::Update::
Nevermind it was already added to community list... thanks 17azrael


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - azrael17 - 2015-02-20

(2015-02-20, 17:18)tommymsw Wrote: Sweet, well there are just a ton of free M3U streams offered from networks. "Cartoon Network Reboot" for example. They make it easy to incorporate right into Kodi via the PVR service. They would make great channels for PTVL. I am sure there is a way to do this? But I've only been using PTVL this way for like a week now.

Well I just added CN Reboot to the community list a few minutes before you posted your response, so you can look at that. I'm away from home so I haven't been able to test it yet so feedback on whether it works for you would be great.


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - tommymsw - 2015-02-20

lol... Thanks. I did search this forum for adding M3U and got no results. (but forums can be hard to search sometimes without reading every post). However, I did figure out how to do it and I am sure most of you know, but I'll add it here anyway. Just download the M3U file then add an internetTV channel, choose "pvr" and then browse to the M3U file you downloaded. Have not tested the one you added in the community, but mine works fine using the method above.

I guess I was looking for a reference to "M3U", "PVR" didn't seem intuitive, but I just tried everything. Smile


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - reekotubbs - 2015-02-20

I finally got Pseudo to load only the USTVnow channels. Thanks for all your help. I thought I read back a few pages that Luna had an update, but it does not show. Does any one know if it is available? Also, is it possible to add channels like those from iLive?


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - Lunatixz - 2015-02-20

(2015-02-20, 18:55)tommymsw Wrote: lol... Thanks. I did search this forum for adding M3U and got no results. (but forums can be hard to search sometimes without reading every post). However, I did figure out how to do it and I am sure most of you know, but I'll add it here anyway. Just download the M3U file then add an internetTV channel, choose "pvr" and then browse to the M3U file you downloaded. Have not tested the one you added in the community, but mine works fine using the method above.

I guess I was looking for a reference to "M3U", "PVR" didn't seem intuitive, but I just tried everything. Smile

You're not searching for m3u you are searching for m3u8... you need to understand the difference Wink
a m3u with one single link in it is just silly, don't' know why anyone would do that...

As for your setup, you took a backward way of doing it... tech. the proper way would have been to browse "local video", since you downloaded it. Not PVR since PVR is unrelated... only relationship is that they both pull up a browser window.

But if we want to get real tech, the proper way would have been to enter the m3u8 link into the "URL" option, or to place the m3u8 link into a strm file. Then Browse "Local Video" and select that strm.

Leaving it as a m3u with only one single link can lead to problems down the road... for one PTVL will never look beyond the m3u package... ie. it will not be able to verify the source. If its a direct link or a strm, PTVL has the ability to verify the source.

I only point this out because anything worth doing, is worth doing right...


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - jaynford - 2015-02-20

(2015-02-20, 20:01)Lunatixz Wrote:
(2015-02-20, 18:55)tommymsw Wrote: lol... Thanks. I did search this forum for adding M3U and got no results. (but forums can be hard to search sometimes without reading every post). However, I did figure out how to do it and I am sure most of you know, but I'll add it here anyway. Just download the M3U file then add an internetTV channel, choose "pvr" and then browse to the M3U file you downloaded. Have not tested the one you added in the community, but mine works fine using the method above.

I guess I was looking for a reference to "M3U", "PVR" didn't seem intuitive, but I just tried everything. Smile

You're not searching for m3u you are searching for m3u8... you need to understand the difference Wink
a m3u with one single link in it is just silly, don't' know why anyone would do that...

As for your setup, you took a backward way of doing it... tech. the proper way would have been to browse "local video", since you downloaded it. Not PVR since PVR is unrelated... only relationship is that they both pull up a browser window.

But if we want to get real tech, the proper way would have been to enter the m3u8 link into the "URL" option, or to place the m3u8 link into a strm file. Then Browse "Local Video" and select that strm.

Leaving it as a m3u with only one single link can lead to problems down the road... for one PTVL will never look beyond the m3u package... ie. it will not be able to verify the source. If its a direct link or a strm, PTVL has the ability to verify the source.

I only point this out because anything worth doing, is worth doing right...

Yeah the m3u8 is the only way that works for me, at least with the nickreboot stream. I tried the community channel for cnreboot and it doesn't work. It shows up on the guide but when I select it, it doesnt change. Anyone have the m3u8 link for cnreboot?


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - wrichards - 2015-02-20

(2015-02-20, 05:54)xecutionx Wrote:
(2015-02-20, 04:35)rsummers618 Wrote: A few days ago I mentioned slow performance without much evidence, however I've done some looking into the code and some brief debugging to try to figure out what is going on.

My HTPC is an older laptop which I originally experienced sluggish epg performance on.

I have since done a fresh install of KODI and pseudotv live only on my desktop: i7 4770K overclocked with intel 530 SSD and 16 GB ram. to make sure that the problem wasn't that my system was just too slow.
Well even with a fresh install, and one of the quickest consumer systems available I experience significant lag in the EPG.

To further debug. I disabled Dynamic artwork in settings.xml. ,disabled debug logs, only used local content that has all information and images, no color, no extra info, default skin. I limited to the minimum 50 items per channel and created 13 channels.
Even with this configurations the epg takes about 0.5 - 1 second to flip channels back and forth, and a full 2-3 seconds when you change the channel beyond what is visible in the epg already. ie(scroll all the way to bottom of list)

Here are my debug logs as proof time stamps shown on the side: Again this taken with the above configuration (13 channels limited to 50, no artwork on desktop system etc.)



Logs:
Scrolling all the way down: taking 2-3 seconds as shown by timestamps http://pastebin.com/GfkmihYd
pressing left in the menu highlight an already visible option: http://pastebin.com/vtHASKt0 Takes 0.5-1 seconds shown by timestamps
**note** the epg is about the same speed with debug logs both on and off, there is a negligible difference



When i use my HDHomerun on my HTPC, with dynamic art, etc, everything takes an additional second or two. I figured i would isolate the problem to begin with though with everything disabled, as performance is still slow

I've eliminated most of the variables that I know of, and I've begun digging in the code to see what could be taking so long, but I figured i would bring this to your attention first.

Just want to note that I'm experiencing the same thing coming from XBMC over to Kodi. CPU isn't an issue, it's an i5 2500K + Samsung 830 SSD. I don't care for all the bells and whistles as long as the EPG is fast and I've disabled all that I can.

I end up getting stuck in the EPG because of the lag; its actually easier for me to change channels than to use the EPG to do so.

I gave up on inferior hardware along time ago, after my Boxee I tryed a few diffrent configs of hardaware from Raspi to quad core. i finaly just jacked a year old i7 with a SSD and no more slow anything. as stated before, once you get it "stable" it get faster and faster... my problem is Im a tweeker and cant stop fiddling with channels and stuff... anyway, greater hardware solves alot of problems Wink


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - azrael17 - 2015-02-20

(2015-02-20, 21:59)jaynford Wrote:
(2015-02-20, 20:01)Lunatixz Wrote:
(2015-02-20, 18:55)tommymsw Wrote: lol... Thanks. I did search this forum for adding M3U and got no results. (but forums can be hard to search sometimes without reading every post). However, I did figure out how to do it and I am sure most of you know, but I'll add it here anyway. Just download the M3U file then add an internetTV channel, choose "pvr" and then browse to the M3U file you downloaded. Have not tested the one you added in the community, but mine works fine using the method above.

I guess I was looking for a reference to "M3U", "PVR" didn't seem intuitive, but I just tried everything. Smile

You're not searching for m3u you are searching for m3u8... you need to understand the difference Wink
a m3u with one single link in it is just silly, don't' know why anyone would do that...

As for your setup, you took a backward way of doing it... tech. the proper way would have been to browse "local video", since you downloaded it. Not PVR since PVR is unrelated... only relationship is that they both pull up a browser window.

But if we want to get real tech, the proper way would have been to enter the m3u8 link into the "URL" option, or to place the m3u8 link into a strm file. Then Browse "Local Video" and select that strm.

Leaving it as a m3u with only one single link can lead to problems down the road... for one PTVL will never look beyond the m3u package... ie. it will not be able to verify the source. If its a direct link or a strm, PTVL has the ability to verify the source.

I only point this out because anything worth doing, is worth doing right...

Yeah the m3u8 is the only way that works for me, at least with the nickreboot stream. I tried the community channel for cnreboot and it doesn't work. It shows up on the guide but when I select it, it doesnt change. Anyone have the m3u8 link for cnreboot?

So you're saying you use a m3u8 for nickreboot? I notice the community list uses an m3u. Could you share your m3u8 so I can update the community list? It might also be useful in deciphering the m3u8 for CNR as they use the same base.


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - jaynford - 2015-02-20

(2015-02-20, 22:27)azrael17 Wrote:
(2015-02-20, 21:59)jaynford Wrote:
(2015-02-20, 20:01)Lunatixz Wrote: You're not searching for m3u you are searching for m3u8... you need to understand the difference Wink
a m3u with one single link in it is just silly, don't' know why anyone would do that...

As for your setup, you took a backward way of doing it... tech. the proper way would have been to browse "local video", since you downloaded it. Not PVR since PVR is unrelated... only relationship is that they both pull up a browser window.

But if we want to get real tech, the proper way would have been to enter the m3u8 link into the "URL" option, or to place the m3u8 link into a strm file. Then Browse "Local Video" and select that strm.

Leaving it as a m3u with only one single link can lead to problems down the road... for one PTVL will never look beyond the m3u package... ie. it will not be able to verify the source. If its a direct link or a strm, PTVL has the ability to verify the source.

I only point this out because anything worth doing, is worth doing right...

Yeah the m3u8 is the only way that works for me, at least with the nickreboot stream. I tried the community channel for cnreboot and it doesn't work. It shows up on the guide but when I select it, it doesnt change. Anyone have the m3u8 link for cnreboot?

So you're saying you use a m3u8 for nickreboot? I notice the community list uses an m3u. Could you share your m3u8 so I can update the community list? It might also be useful in deciphering the m3u8 for CNR as they use the same base.

HA! I figured out the cnreboot one as well.

cnreboot: http://east.cnreboot.com/live/cnreboot1/playlist.m3u8
nickreboot: http://live.nickreboot.net/live/mp4:nickreboot1east/playlist.m3u8


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - azrael17 - 2015-02-20

(2015-02-20, 22:33)jaynford Wrote: HA! I figured out the cnreboot one as well.

cnreboot: http://east.cnreboot.com/live/cnreboot1/playlist.m3u8
nickreboot: http://live.nickreboot.net/live/mp4:nickreboot1east/playlist.m3u8

Thx. Updated both in the community list.


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - Lunatixz - 2015-02-20

(2015-02-20, 22:36)azrael17 Wrote:
(2015-02-20, 22:33)jaynford Wrote: HA! I figured out the cnreboot one as well.

cnreboot: http://east.cnreboot.com/live/cnreboot1/playlist.m3u8
nickreboot: http://live.nickreboot.net/live/mp4:nickreboot1east/playlist.m3u8

Thx. Updated both in the community list.

Never thought to check what links you put up azrael17, looks like it was fixed...

Do you guys like the way the new in-app channel manager handles community and donor lists? any suggestions?


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - Rastan - 2015-02-20

(2015-02-18, 23:04)khuber79 Wrote:
(2015-02-18, 14:21)Indy_star Wrote:
(2015-02-18, 11:18)khuber79 Wrote: Sorry if this is off topic or if this has been addressed. After painfully spending the last couple days figuring everything out and running into a ton of crashes, I think I for the most part I am now in the clear. The only issue that I am still running in to is if I hit the stop button while a stream is playing. PseudoTV Live appears to stop but it doesn't quit and Kodi brings me to the home screen but I can't do anything. I hear clicking like I'm moving around the menu but nothing gets highlighted. I assume you are not supposed to hit stop button but sometimes I accidentally hit the button just from old habits. Is there a way to get control back without force quitting Kodi? If this is the normal behavior can I request a feature that makes the stop button simply pause the stream or bring up the quit dialog for PTVL.


Just change channels and you will have control again.

Nothing works after I hit stop. I tried hitting channel up and down to change channels. I tried hitting enter to bring up guide. I tried hitting esc to exit. The only thing that seems to work is hitting S to bring up the shutdown menu.

I am experiencing the same problem. Everything is working fine except exiting PTVL. When I press "X" to close it down and return to Kodi it doesnt fully exit and I am left with an unresponsive half shut down PTVL. I know PTVL is still active on screen because the channel logo is still visible, with kodi underneath. I have to press "S" and close Kodi to get out. I hope it can be fixed Undecided


LOG


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - tommymsw - 2015-02-21

I just opened the M3U file from the websites and then used the M3U8 file inside and added as URL. Works like a treat.

Rastan I think your problem is in hitting "x". For PTVL you need to hit "esc" to get out of the program properly.

There is Toonami Aftermath that boasts legal streaming as well.


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - Rastan - 2015-02-21

(2015-02-21, 01:33)tommymsw Wrote: I just opened the M3U file from the websites and then used the M3U8 file inside and added as URL. Works like a treat.

Rastan I think your problem is in hitting "x". For PTVL you need to hit "esc" to get out of the program properly.

Seems you're right PTVL does indeed exit properly with esc. (Thankyou Smile) I have always used "X" till the update before this one and it has always worked. "X" also exited on the original PsuedoTV.
I have a suggestion, maybe the "X" button should be disabled when PTVL is launched as it is the default stop key for Kodi. Or better yet get it to behave like esc does (like it always used to be).

Unless there is a setting I have missed somewhere that toggles this behaviour.


RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - amcfarla - 2015-02-21

I am not sure if anyone has ever noticed or had this issue, but if you have a channel with any .flv videos in it, Pseudotv Live gets hung up trying to add videos to that channel. I had two channels that sat trying to add videos for hours until I hard powered off device, and discovered both had .flv videos in the directory.