The Python binding is missing
YuGiOhJCJ Mailing-List
yugiohjcj-mailinglist at laposte.net
Fri Oct 5 07:41:37 PDT 2012
Hello,
I do this:
$ ./configure --prefix=/usr
$ make
$ make install DESTDIR=/tmp/farstream-0.2.0
But in /tmp/farstream-0.2.0, the Python binding is missing :
$ tree /tmp/farstream-0.2.0
/tmp/farstream-0.2.0
`-- usr
|-- include
| `-- farstream-0.2
| `-- farstream
| |-- fs-candidate.h
| |-- fs-codec.h
| |-- fs-conference.h
| |-- fs-element-added-notifier.h
| |-- fs-enumtypes.h
| |-- fs-participant.h
| |-- fs-plugin.h
| |-- fs-rtp.h
| |-- fs-session.h
| |-- fs-stream.h
| |-- fs-stream-transmitter.h
| |-- fs-transmitter.h
| `-- fs-utils.h
|-- lib
| |-- farstream-0.2
| | |-- libmulticast-transmitter.la
| | |-- libmulticast-transmitter.so
| | |-- libnice-transmitter.la
| | |-- libnice-transmitter.so
| | |-- librawudp-transmitter.la
| | |-- librawudp-transmitter.so
| | |-- libshm-transmitter.la
| | `-- libshm-transmitter.so
| |-- gstreamer-1.0
| | |-- libfsmsnconference.la
| | |-- libfsmsnconference.so
| | |-- libfsrawconference.la
| | |-- libfsrawconference.so
| | |-- libfsrtcpfilter.la
| | |-- libfsrtcpfilter.so
| | |-- libfsrtpconference.la
| | |-- libfsrtpconference.so
| | |-- libfsvideoanyrate.la
| | `-- libfsvideoanyrate.so
| |-- libfarstream-0.2.la
| |-- libfarstream-0.2.so -> libfarstream-0.2.so.2.0.0
| |-- libfarstream-0.2.so.2 -> libfarstream-0.2.so.2.0.0
| |-- libfarstream-0.2.so.2.0.0
| `-- pkgconfig
| `-- farstream-0.2.pc
`-- share
|-- farstream
| `-- 0.2
| |-- fsrawconference
| | `-- default-element-properties
| `-- fsrtpconference
| |-- default-codec-preferences
| `-- default-element-properties
`-- gtk-doc
`-- html
|-- farstream-libs-1.0
| |-- ch01.html
| |-- ch02.html
| |-- ch03.html
| |-- ch04.html
| |-- ch05.html
| |-- farstream-libs-1.0.devhelp2
| |-- farstream-libs-FsCandidate.html
| |-- farstream-libs-FsCodec.html
| |-- farstream-libs-FsPlugin.html
| |-- farstream-libs-RTP-Specific-types.html
| |-- farstream-libs-Utility-functions.html
| |-- FsConference.html
| |-- FsElementAddedNotifier.html
| |-- FsParticipant.html
| |-- FsSession.html
| |-- FsStream.html
| |-- FsStreamTransmitter.html
| |-- FsTransmitter.html
| |-- home.png
| |-- index.html
| |-- index.sgml
| |-- left.png
| |-- pt01.html
| |-- pt02.html
| |-- right.png
| |-- style.css
| `-- up.png
`-- farstream-plugins-0.2
|-- ch01.html
|-- ch02.html
|-- ch03.html
|-- farstream-plugins-1.0.devhelp2
|-- farstream-plugins-FsMsnCamCamRecvConference.html
|-- farstream-plugins-FsMsnSession.html
|-- farstream-plugins-FsMsnStream.html
|-- farstream-plugins-FsMulticastStreamTransmitter.html
|-- farstream-plugins-FsNiceStreamTransmitter.html
|-- farstream-plugins-FsRawParticipant.html
|-- farstream-plugins-FsRawSession.html
|-- farstream-plugins-FsRawStream.html
|-- farstream-plugins-FsRawUdpStreamTransmitter.html
|-- farstream-plugins-FsShmStreamTransmitter.html
|-- FsMsnCamSendConference.html
|-- FsMsnConference.html
|-- FsMsnParticipant.html
|-- FsRawConference.html
|-- FsRtpConference.html
|-- FsRtpParticipant.html
|-- FsRtpSession.html
|-- FsRtpStream.html
|-- GstVideoanyrate.html
|-- home.png
|-- index.html
|-- index.sgml
|-- left.png
|-- pt01.html
|-- pt02.html
|-- pt03.html
|-- right.png
|-- style.css
`-- up.png
Indeed, we should have some files into the usr/lib/python2.6 directory...
Can you explain me where is the Python binding?
Thank you.
Regards.
More information about the Farstream-devel
mailing list