Results 1 to 4 of 4

Thread: com.wowza.wms.http.IHTTPProvider

  1. #1

    Default com.wowza.wms.http.IHTTPProvider

    I am in the process of building a web application to upload video files to Wowza Media Server and was planning to use Jakarta Commons.HTTPClient to programmatically check for the existence of a file on Wowza Media Server and to warn the client if the filename already exits on the server before a file is allowed to be uploaded to the server. I was thinking of creating a new implementation of com.wowza.wms.http.IHTTPProvider to check the application directory of my Wowza server and send a response code back if a file was or was not there.
    Has this ever been done before?
    Do you have any code examples?
    Is there a different approach you would take?
    Any help would be greatly appreciated

  2. #2

    Default

    Why don't you just check for the existance of the file directly in the servlet web application? Why query Wowza Pro for that information?

    Charlie

  3. #3

    Default

    is there an uplaod applet (.fla) ?
    acutally i use a swf=>web applet. Didnt know we could do this by wowza ?

  4. #4

    Default

    I don't know either. What is the name of the swf=>web applet?

    Charlie

Posting Permissions

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