Page 1 of 4 123 ... LastLast
Results 1 to 20 of 64

Thread: How to Record Veetle Streams

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    15
    Thanks
    0
    Thanked 4 Times in 2 Posts

    Default How to Record Veetle Streams

    So, I stumbled upon the stream URL for how to record Veetle streams. I was running on Linux, and I started up my browser (galeon) from a terminal window. After the browser started up, I went to Veetle - View Channel to see one of the channels. As the plugin was initializing, I saw the following diagnostic output from my terminal (coming from vlc):
    Code:
    VLC media player 0.9.8 Janus
    Waiting on accept...
    Veetle remote control interface initialized. Type `help' for help.
    Connecting back to port 45429.
    Done!
    Unknown option: 'name'
    Unknown option: 'progid'
    Unknown option: 'type'
    Unknown option: 'pluginspage'
    Unknown option: 'height'
    Unknown option: 'width'
    http 0.0.0.0:56043
    Reparent: 37748737
    parentwin: returned 0 (no error)
    status change: ( audio volume: 1024 )
    [00000252] main interface error: OSD menu volume update failed
    int mylibvlc_playlist_add_extended(mylibvlc_instance_t*, const char*, const char*, int, const char**, libvlc_exception_t*)
    Trying to add http://127.0.0.1:56043/64.62.163.66,48cb03bd8ab18 to playlist.
    add: returned 0 (no error)
    vlcplugin.cpp:395 void LibVlcInstanceMgr::playJustOneInstance(int, int, libvlc_exception_t*)
    status change: ( new input: http://127.0.0.1:56043/64.62.163.66,48cb03bd8ab18 )
    status change: ( audio volume: 1024 )
    status change: ( play state: 1 )
    status change: ( audio volume: 1024 )
    So, the part about http://127.0.0.1:56043/64.62.163.66,48cb03bd8ab18 is the magic URL for streaming/recording.

    You can confirm the port 56043 by looking at the output of netstat -tanp | grep vlc which in my case was
    Code:
    tcp        0      0 127.0.0.1:45429         0.0.0.0:*               LISTEN     856/vlc             
    tcp        0      0 127.0.0.1:37356         127.0.0.1:56043         ESTABLISHED856/vlc             
    tcp        0      0 127.0.0.1:60110         127.0.0.1:45429         ESTABLISHED856/vlc
    I tested this same procedure on my buddy's windows machine. Since there is no debug output from firefox that I can see, you have to use the netstat trick again. You can use -b switch which will show you executables involved in creating the connection. After that look for vlc.exe and find the port that's associated with that line and then simply construct a URL with everything else in tact, except for the channel that you are watching and the port that you just discovered.

    Thoughts?

  2. The Following 3 Users Say Thank You to corporate_gadfly For This Useful Post:

    Redbullsnation (26-04-2010), stejkenny (29-06-2010), YEP (24-04-2010)

  3. #2
    Join Date
    Apr 2006
    Location
    Everywhere
    Posts
    58,379
    Thanks
    30,274
    Thanked 19,134 Times in 8,370 Posts

    Default

    So every channel has it's own URL? And it's always based on your pc, or will this url work for everyone for 1 specific channel?

  4. #3
    Join Date
    Feb 2007
    Posts
    15
    Thanks
    0
    Thanked 4 Times in 2 Posts

    Default

    Quote Originally Posted by Admin View Post
    So every channel has it's own URL? And it's always based on your pc, or will this url work for everyone for 1 specific channel?
    The last part of the URL (after the slash) is indeed constant. The IP address after the slash corresponds to veetle's IP address. The number after the comma corresponds to the channel. The port, unfortunately, can only be determined by looking at netstat output or browser diagnostic messages.

    Give it a try and see if you are successful. I'm interested to hear other people's experiences.

  5. #4
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've been testing a bit, but everytime I successfully connect from a vlc client the "server" get disconnected thus only getting a few seconds of video on vlc client

  6. #5
    Join Date
    Dec 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot, it works for me perfectly, just as long as I don't browse away from the Veetle page

  7. #6
    Join Date
    May 2006
    Posts
    824
    Thanks
    16
    Thanked 96 Times in 61 Posts

    Default

    Is there any change someone can do a sticky on this I for one do not understand how you get the ip address and port the explanation above is far to complecated form me and maybe others thanks in advance.

  8. #7
    Join Date
    Aug 2007
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much!!! Been wanting to do this for a while now so I can stream to my 360.

  9. #8
    Join Date
    Sep 2008
    Posts
    35
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Write, with the help of what program it is possible to record stream veetle, after reception link

  10. #9
    Join Date
    Mar 2008
    Location
    Philadelphia, Pa. USA
    Posts
    1,104
    Thanks
    3
    Thanked 2,123 Times in 767 Posts

    Default

    Quote Originally Posted by surikov View Post
    Write, with the help of what program it is possible to record stream veetle, after reception link
    That is what I would like to know as well. What program were you using to record the stream?

    Wigan

  11. #10
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by wigan88 View Post
    That is what I would like to know as well. What program were you using to record the stream?

    Wigan
    You can use vlc to record it, if that is what you mean by what program.

    Or are you asking for the link once the channel starts? That even I would like to know

  12. #11
    Join Date
    Apr 2006
    Posts
    183
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Works for me, thanks for the info! Very very helpfull!

  13. #12
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by yonthe View Post
    Works for me, thanks for the info! Very very helpfull!
    Can you tell me what URL you used to record the stream? Thanks a lot!

  14. #13
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by galacticos23 View Post
    Can you tell me what URL you used to record the stream? Thanks a lot!
    Btw, I've a MAC. thanks!

  15. #14
    Join Date
    Apr 2006
    Posts
    183
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    http://127.0.0.1:[PORT]/64.62.163.66,[CHANNEL-ID]

    You need to find the port by using netstat. The channel-id you can find by looking at the veetle channel URL.
    I am not sure how netstat works on a mac, it should be possible though.

  16. #15
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by yonthe View Post
    http://127.0.0.1:[PORT]/64.62.163.66,[CHANNEL-ID]

    You need to find the port by using netstat. The channel-id you can find by looking at the veetle channel URL.
    I am not sure how netstat works on a mac, it should be possible though.
    Thanks a lot! It works. I've another question though!

    I'm trying to record it using vlc. What should the Encapsulation Method be? I tried a few different things but I'm not able to convert the output file to any other format. None of the converters recognize the file. any help would be appreciated! Thanks a lot!

  17. #16
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi!
    I'm trying to record Veetle and have some questions.

    1)I have slightly different IP of the Veetle, 64.62.163.72 Is this possible?

    2)I used netstat and TCPview for determining ports(and also Veetle IP) but there are whole bunch of them. Which should I use?

    3) I'm using router. Could there be any problems because of it?

    Here's capture of TCPview:





    Bye

    Bojan

  18. #17
    Join Date
    Feb 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Tutorial Veetle in VLC for Windows.

    First download TCP-View at >> TCPView for Windows

    Then start Browser and open you´re favorite channel.

    Start tcp-view and it will automaticly start to capture connections.

    Sort the connections by clicking on Processes and scroll down until you find vlc.exe and note the portname after the Localhost or 127.0.0.1 (same thing)



    Then check the url in you´re browser and note the CID ( Channel-ID)



    Now if not already download and install Vlc at >> VLC media player - Overview

    Open up vlc, go to Media > Open network

    And from the following outpup from above create the stream url

    http://127.0.0.1:55131/64.62.163.66,489e78e9b8936

    Now you can watch and record the stream with Vlc-Player and remember that you need to have the browser open with the Veetle-channel online.

    //zacman

  19. #18
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, zacman this is a step further for me
    Of course I have some problems.
    1) I managed to open Veetle stream in VLC but after some time the stream in browser stops and only the stream in VLC is still running. I believe there is nothing wrong with this.

    2) Then when I want to record the stream there is a real problem. In VLC I went to Convert/save and 'stream output' opened. I checked 'file' and made a file. But than I find a lot of options in 'profile' from encapsulation, video and audio codecs and so on. I tried with flv in encapsulation but after the 'OK' the stream breaks and I loose the picture and sound. FLV records though because the file I made is geting bigger. After a while I stop the recording and check the file and I only get sound and no video in this file. I believe there is something wrong with my setings.
    What should be the settings in 'stream output' window?.

    Thanks

    Bojan

  20. #19
    Join Date
    Dec 2007
    Location
    Look behind you!
    Posts
    2,997
    Thanks
    215
    Thanked 363 Times in 230 Posts

    Default

    1) Nothing wrong I think (as long as VLC keeps running, otherwise press play again .)

    2) Sorry, can't help you with that one .
    ___________

  21. #20
    Join Date
    Dec 2006
    Posts
    3,810
    Thanks
    369
    Thanked 926 Times in 539 Posts

    Default

    only use encapsulation RAW nothing else (and play local if you want to watch it @ the same time)

Posting Permissions

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