Results 1 to 13 of 13

Thread: WiZiWiG Scripts and Source Code

  1. #1
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,980
    Thanks
    10,214
    Thanked 13,010 Times in 4,987 Posts

    Lightbulb WiZiWiG Scripts and Source Code



    A place to keep scripts and source code we use to view TV in one place.

    Scripting Language
    A scripting language or script language is a programming language that supports the writing of scripts, programs written for a software environment that automate the execution of tasks which could alternatively be executed one by one by a human operator.Scripts can be written and executed on the fly, without explicit compile and link steps; they are typically created or modified by the person executing them.[1] A scripting language is usually interpreted from source code or bytecode.[2] By contrast, the software environment the scripts are written for is typically written in a compiled language and distributed in machine code form; the user may not have access to its source code, let alone be able to modify it.
    The spectrum of scripting languages ranges from very small and highly domain-specific languages to general-purpose programming languages. The term script is typically reserved for small programs (up to a few thousand lines of code).
    Programming Language
    A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.The earliest programming languages predate the invention of the computer, and were used to direct the behavior of machines such as Jacquard looms and player pianos. Thousands of different programming languages have been created, mainly in the computer field, with many more being created every year. Most programming languages describe computation in an imperative style, i.e., as a sequence of commands, although some languages, such as those that support functional programming or logic programming, use alternative forms of description.
    The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning). Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard), while other languages, such as Perl 5 and earlier, have a dominant implementation that is used as a reference.
    [BATCH] All of Darby Crash's excellent Batch scripts - here

    [BATCH] Many excellent Batch scripts part of Borg TV - The Collective by D3n1s and sandy187 - here - here

    [C#] a-t's excellent rtmpGUI C# source code - here

    [VB.NET] Port of a-t's excellent rtmpGUI by D_M_W VB.NET source code - here

    [C#] The C# source code for RTMPExploreX by andr3jx - here - here

    [BASH] A Linux Bash script called GUI for rtmdump and needs Zenity to run the GUI - here - here

    [Python] Livestreamer coded in Python a CLI program that launches live streams from various streaming services - here - here

    [BASH] A nice Bash script to view NOOBROOM by døc - here

    [BASH] A nice Bash script to view 7apping by døc - here

    [BASH] A nice Bash script to view Veetle by døc - here

    [C] The RTMPDump C source code - here - here - here

    [PHP] A set of PHP scripts from KSV - here

    [BATCH] A nice Batch script by Dag_01 to learn from that has auto update feature - here

    [VB6] ProjectMMS Visual Basic 6 source code based of my own J@CKTV by 55555 - here

    [BATCH] Very simple Batch script by me D_M_W to add channels to RTMPDump - here - here

    [AutoIt] A UK proxy made with AutoIt script to watch UK TV - here - here

    [BATCH] Really clever Batch script by sandy187 - here

    [C++] JTV Launcher a simple C++ program to play Justin.tv live channel in VLC Media Player - here - here

    [Python] HTTP Live Streaming Client coded in Python to play .M3U8 streams in VLC Media Player - here - here


    If there is any you know of ive missed please post it here or let me know thanks...



    updating........................
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  2. The Following 22 Users Say Thank You to DEAD_MAN_WALKING For This Useful Post:

    123edit (15-05-2012), andy1 (23-05-2012), BruceKane (31-05-2012), Bunkertor (02-05-2013), cenahum (16-11-2012), D3n1s (21-09-2012), Darby_Crash (19-09-2012), deshardiii (22-06-2012), heraklo (21-05-2012), jason23 (15-05-2012), kumar.paul (25-12-2012), Lord Of The North (08-09-2012), nehru (02-11-2012), ogiers (16-05-2012), Qweetix (15-05-2012), Redbullsnation (08-11-2012), sandy187 (15-05-2012), thatguy7669 (15-05-2012), tottenham28 (08-09-2012), unknown7 (15-05-2012), wired_ (15-05-2012), zer00 (16-11-2012)

  3. #2
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,980
    Thanks
    10,214
    Thanked 13,010 Times in 4,987 Posts

    Default

    Added the C++ source code for JTV Launcher...
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  4. #3
    Join Date
    Sep 2012
    Location
    Dark and Cold Lands
    Posts
    19
    Thanks
    108
    Thanked 10 Times in 9 Posts

    Default

    This is an excellent place for resources thanks again and again and again DMW

  5. The Following User Says Thank You to Lord Of The North For This Useful Post:

    DEAD_MAN_WALKING (08-09-2012)

  6. #4
    Join Date
    Sep 2012
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Thank you ..

  7. #5
    Join Date
    May 2011
    Posts
    32
    Thanks
    1
    Thanked 45 Times in 17 Posts

    Default

    little bash scripts ... updated veetle added noobroom
    Attached Files Attached Files
    Last edited by døc; 24-10-2012 at 18:16.

  8. The Following 5 Users Say Thank You to døc For This Useful Post:

    cenahum (25-12-2012), DEAD_MAN_WALKING (21-09-2012), Redbullsnation (08-11-2012), rombur (21-09-2012), sandy187 (21-09-2012)

  9. #6
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,980
    Thanks
    10,214
    Thanked 13,010 Times in 4,987 Posts

    Question

    Any body out there know how to code in Java...?

    Found a interesting Java app posted on another forum where the guy is asking for help and getting none.

    What it does is re-streams Flash streams to other Flash providers without the use of Flash Media Encoder.

    Now ive known about this for months and i know streamers on here use it for a FACT but im not mentioning no names...

    This is what it looks like...



    Here is the Java app and the De-Compiled source code - http://speedy.sh/4x7y7/re-stream.rar

    Needs Java Runtime Environment to run - http://www.filehippo.com/download_jre_32/
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  10. The Following 5 Users Say Thank You to DEAD_MAN_WALKING For This Useful Post:

    123edit (08-11-2012), cenahum (25-12-2012), men in blue (08-11-2012), Redbullsnation (08-11-2012), sandy187 (08-11-2012)

  11. #7
    Join Date
    Oct 2011
    Location
    ayhan1942@hotmail.de
    Posts
    70
    Thanks
    137
    Thanked 10 Times in 5 Posts

    Default

    how can i test it?

  12. #8
    Join Date
    Oct 2007
    Posts
    6,762
    Thanks
    138
    Thanked 3,906 Times in 1,466 Posts

    Default

    Setup your own linux server with ffplay. Edit the code to it points to your server.

  13. #9
    Join Date
    Oct 2011
    Location
    ayhan1942@hotmail.de
    Posts
    70
    Thanks
    137
    Thanked 10 Times in 5 Posts

    Default

    hello a-t

    there is a video tutorial?
    it all looks a bit complicated





    thanks
    123edit

  14. #10
    Join Date
    Nov 2012
    Posts
    31
    Thanks
    208
    Thanked 13 Times in 7 Posts

    Default

    Hi DMW,
    Merry Christmas, I hope you enjoy the hollydays.
    I don't want to bore you during this season, but when you have time or whatever, could you help me with this 2 links?
    -Batch script by Dag_01 to learn from that has auto update feature
    -Really clever Batch script by sandy187

    Thank you in advance
    cenahum

  15. #11
    Join Date
    Jun 2011
    Location
    West Indies.
    Posts
    675
    Thanks
    1,749
    Thanked 1,904 Times in 487 Posts

    Default

    Quote Originally Posted by cenahum View Post
    -Really clever Batch script by sandy187
    that script is dead "in the sense that the methods used yield nothing positive currently"
    because new "creative" methods of delivering live content has been or are being implemented daily so to must we adapt with newer scripts.
    and if a site updates,so to must we update, sometimes it may take awhile to understand, and sometimes it's very difficult to figure out.
    a few good scripts to learn from can be found in BORG TV thread (Post #1 and #2) D3ns1 and I use slighty different approaches in these scripts.
    and if you take the time to look over them you would be amazed at how may sites we cover.

    And with a little help from google translate you could try some of Darby's scripts it's where I started (Darby has a whole bunch of amazing scripts)

  16. The Following 2 Users Say Thank You to sandy187 For This Useful Post:

    cenahum (26-12-2012), DEAD_MAN_WALKING (25-12-2012)

  17. #12
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,980
    Thanks
    10,214
    Thanked 13,010 Times in 4,987 Posts

    Default

    Added a HTTP Live Streaming Client in python script for playing .m3u8 streams to 1st post...

    For those of you who don't have Python ive compiled a exe for you to try - here
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  18. The Following 4 Users Say Thank You to DEAD_MAN_WALKING For This Useful Post:

    carlos12 (09-02-2013), cenahum (30-12-2012), sandy187 (30-12-2012), zer00 (30-12-2012)

  19. #13
    Join Date
    Apr 2011
    Posts
    13
    Thanks
    176
    Thanked 20 Times in 11 Posts

    Default

    Hi DMW,
    thank you for the script. It works fine except one thing: It presupposes that vlc is installed in the standard path of an english (american) windows version ("C:\Program Files\VideoLAN\VLC\vlc.exe" or "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"). Everyone who has installed vlc in another folder has to edit this in the script.

  20. The Following User Says Thank You to zer00 For This Useful Post:

    DEAD_MAN_WALKING (30-12-2012)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •