Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alessandrod/gst-browser-plugin

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHAT IT IS
----------

This is GStreamer Browser Plugin, a browser plugin for multimedia playback using
GStreamer as its backend.


WHERE TO START
--------------

GStreamer Browser Plugin is at http://github.com/alessandrod/gst-browser-plugin


COMPILING AND INSTALLING (firefox only atm)
-------------------------------------------

Run:

./autogen.sh
./configure
make
make bundle

This will create an .xpi file. Load the file in firefox to install it. 
Now if you type about:plugins in the address bar you should see Gst Browser
Plugin in the list of installed plugins.


DEBUGGING
---------

Close firefox if it's opened and relaunch it from the terminal with:

GST_DEBUG=gbp*:5 firefox


SAMPLE CODE
-----------

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script text="text/javascript">
  $(function() {
    var player = $("#player")[0];
    player.uri = "file:///path/to/file.avi";
    player.start();
  });
</script>
</head>
<body>
<embed id="player" type="application/x-gbp"
    border="5"
    width="400"
    height="400"
    x-gbp-uri=""
/>

</body>
</html>

About

gstreamer browser plugin

Resources

License

Stars

14 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.