Record audio and video during a conversation

View: New views
4 Messages — Rating Filter:   Alert me  

Record audio and video during a conversation

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
            I have referred bug # 330276 just for reference. I want to store Audio and Video files ( remote and local ) in any format ( encoded ) on my machine. I understand that I just need to put a fwrite() at some specific location. Later I want to multiplex the local audio and video in a single container file ( similar for remote video and audio as well ).
So where exactly is that fwrite needs to be implemented ?
Will there be any audio-video sync issues affecting here ? what can be the possible work around for it ?
I am using Ekiga 3.2.6 for linux.

Let me know if you need more details.
-- 
Thanks & Regards,
Sohil Shah


--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.



_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Record audio and video during a conversation

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sohil Shah wrote:

> Hi,
>             I have referred bug # 330276 just for reference. I want to
> store Audio and Video files ( remote and local ) in any format ( encoded
> ) on my machine. I understand that I just need to put a fwrite() at some
> specific location. Later I want to multiplex the local audio and video
> in a single container file ( similar for remote video and audio as well ).
> So where exactly is that fwrite needs to be implemented ?
> Will there be any audio-video sync issues affecting here ? what can be
> the possible work around for it ?
> I am using Ekiga 3.2.6 for linux.
>
> Let me know if you need more details.
> <http://bugzilla.gnome.org/show_bug.cgi?id=330276>

It would be nice to have this bug fixed.

The actual write/read are done in opal library.  I do not think (but i
am not sure) that you can do it by modifying only ekiga.  For your
questions you need to contact opalvoip-user
<opalvoip-user@...>.

I suppose the simplest thing is to add a video and audio output device
called for ex. WAVfile (I think it already exist, but does not work),
and if the user chooses it he can specify the file name.  The problem is
that you cannot choose two devices (to see *and* to save).  So maybe the
best is to add a checkbox to specify if you record the conversation.
It's up to you to make a proposition as to how it works, and if it is
good, go ahead and implement it.  In this case, it's better to use the
trunk, not the 3.2.x branch.

--
Eugen
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Record audio and video during a conversation

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
            I know that changing only ekiga code wont solve my problem ( got to dig into opal as well ). I  didnt understand as to why can't I see and save ( remote and local ) simultaneously ? As of now, I'm thinking of storing the encoded remote stream ( audio and video ).

With video output device and audio output device, which exactly do you mean  ?
  • ekiga-3.2.6/lib/engine/audiooutput and ekiga-3.2.6/lib/engine/videooutput?
  • ekiga-3.2.6/lib/engine/components/opal/
-- 
Thanks & Regards,
Sohil Shah


On 11/12/2009 06:15 PM, Eugen Dedu wrote:
Sohil Shah wrote:
  
Hi,
            I have referred bug # 330276 just for reference. I want to
store Audio and Video files ( remote and local ) in any format ( encoded
) on my machine. I understand that I just need to put a fwrite() at some
specific location. Later I want to multiplex the local audio and video
in a single container file ( similar for remote video and audio as well ).
So where exactly is that fwrite needs to be implemented ?
Will there be any audio-video sync issues affecting here ? what can be
the possible work around for it ?
I am using Ekiga 3.2.6 for linux.

Let me know if you need more details.
<http://bugzilla.gnome.org/show_bug.cgi?id=330276>
    

It would be nice to have this bug fixed.

The actual write/read are done in opal library.  I do not think (but i
am not sure) that you can do it by modifying only ekiga.  For your
questions you need to contact opalvoip-user
opalvoip-user@....

I suppose the simplest thing is to add a video and audio output device
called for ex. WAVfile (I think it already exist, but does not work),
and if the user chooses it he can specify the file name.  The problem is
that you cannot choose two devices (to see *and* to save).  So maybe the
best is to add a checkbox to specify if you record the conversation.
It's up to you to make a proposition as to how it works, and if it is
good, go ahead and implement it.  In this case, it's better to use the
trunk, not the 3.2.x branch.

  



--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.



_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Record audio and video during a conversation

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sohil Shah wrote:

> Hi,
>             I know that changing only ekiga code wont solve my problem (
> got to dig into opal as well ). I  didnt understand as to why can't I
> see and save ( remote and local ) simultaneously ? As of now, I'm
> thinking of storing the encoded remote stream ( audio and video ).
>
> With video output device and audio output device, which exactly do you
> mean  ?
>
>    * ekiga-3.2.6/lib/engine/audiooutput and
>      ekiga-3.2.6/lib/engine/videooutput?
>    * ekiga-3.2.6/lib/engine/components/opal/

I meant the devices shown in Preferences.

Eugen
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list