Results 1 to 10 of 10

Thread: WOWZA and Kaltura Ce5

  1. #1
    Join Date
    Jul 2012
    Posts
    6

    Smile WOWZA and Kaltura Ce5

    We have Kaltura and Wowza on the same box. Kaltura is using port 80 and wowza is using port 1935. We want the best of both worlds. We want to upload through Kaltura but want to use the streaming capabilities of wowza. We are not at this time using live video streaming but want to use the security of streaming when showing videos on multiple devices. Also where would be the best place to put the content on wowza or kaltura?

  2. #2
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    There is no problem running Kaltura and Wowza at the same time, as long as they do not share use the same IPort, which they don't by default.

    You can keep video files anywhere that is convenient. To play them back you have to make sure the Application.xml /StorageDir points to that location.

    Richard

  3. #3
    Join Date
    Jul 2012
    Posts
    6

    Default pulling from kaltura

    Quote Originally Posted by rrlanham View Post
    There is no problem running Kaltura and Wowza at the same time, as long as they do not share use the same IPort, which they don't by default.

    You can keep video files anywhere that is convenient. To play them back you have to make sure the Application.xml /StorageDir points to that location.

    Richard
    Is there any way to pull content and stream from kaltura CE?

  4. #4
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    You just modify the /conf/[app-name]/Application.xml /StorageDir to point to that location.

    Richard

  5. #5
    Join Date
    Jul 2012
    Posts
    6

    Default

    Thanks Richard. We like the way kaltura packages the embed code and we know how to modify the javascript that produces it. The actual directory that holds the content in kaltura is /opt/kaltura/web/content/entry/data/4/267 (that's where it throws all the stuff). The problem is that I can point the wowza application to it but it cannot resolve the file names since they have been changed by kaltura. We only want to use wowza to stream but we want to use content that we uploaded through kaltura.

    Also there is the thing of setting up wowza as a destination provider. Has anyone had any luck with that.

  6. #6

    Default

    "We only want to use wowza to stream but we want to use content that we uploaded through kaltura."

    This is possible, using the method Richard mentioned.

    However if you want to use the obfuscated links that Kaltura changes into actual file paths, you have to figure out a way to have Kaltura give you the correct file name when supplied with your desired URL. The info is probably in a database table somewhere you can access from a Wowza module.

    What do you mean by "destination provider"?

  7. #7
    Join Date
    Jul 2012
    Posts
    6

    Default What do you mean by "destination provider"?

    Quote Originally Posted by randall View Post
    What do you mean by "destination provider"?
    In Kaltura you are supposed to be able to setup a destination for your videos where you can still administer from Kaltura using FTP or SCP protocols.

  8. #8

    Default

    So, does that mean setting the destination in Kaltura to the Wowza StorageDir location?: /[wowza-dir]/content

  9. #9
    Join Date
    Jul 2012
    Posts
    6

    Default

    Yeah, but we couldn't get it to work right because the process is looking for some XML files, I cant find how to format.

  10. #10
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    Wherever the files are, just point to the them by editing /conf/[app-name]/Application.xml /Streams /StorageDir

    Code:
    <StorageDir>c:\kaltura\videos</StorageDir>
    Richard

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
  •